fixed closing apostrophe
This commit is contained in:
parent
456e292957
commit
43c7b668bc
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: etrombly <etrombly at gmail dot com>
|
# Maintainer: etrombly <etrombly at gmail dot com>
|
||||||
pkgname=aur_repo-git
|
pkgname=aur_repo-git
|
||||||
pkgver=10.a765258
|
pkgver=r5.456e292
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="Build local repo from aur packages"
|
pkgdesc="Build local repo from aur packages"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ setup(
|
||||||
author_email='ejparker12@gmail.com',
|
author_email='ejparker12@gmail.com',
|
||||||
packages=['package'],
|
packages=['package'],
|
||||||
scripts=['bin/aur_repo'],
|
scripts=['bin/aur_repo'],
|
||||||
url='https://git.actcur.com/actcur/aur_repo,
|
url='https://git.actcur.com/actcur/aur_repo',
|
||||||
license='LICENSE',
|
license='LICENSE',
|
||||||
description='Build local repo from aur packages',
|
description='Build local repo from aur packages',
|
||||||
long_description=""
|
long_description=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue