summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2018-12-12 23:14:26 +0100
committerBjörn Bidar2018-12-12 23:14:26 +0100
commit6e64cdeb87164f6537b18cfbe026f1d6ae0cce61 (patch)
tree8a9370b230084ab44264090a759f16b830573915 /PKGBUILD
parenta6451da5116448b1fc919d88a45b2096f0db42d9 (diff)
downloadaur-6e64cdeb87164f6537b18cfbe026f1d6ae0cce61.tar.gz
urel
- fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c49a1c85583e..4d3b212811bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thaodan <theodorstormgrade@gmai.com>
_pkgname=TelegramUserMapBot
pkgname=python-${_pkgname,,}-git
-pkgrel=1
+pkgrel=2
pkgver=r29.e2ab1e7
pkgdesc="A Telegram Bot to collect location information from users and export the coordinates to a map service."
url="https://github.com/Thaodan/$_pkgname"
@@ -26,6 +26,6 @@ package() {
cd "$srcdir/$_pkgname"
python setup.py install --skip-build --root="$pkgdir" --optimize=1
install -Dm755 $_pkgname.service "$pkgdir"/usr/lib/systemd/system/$_pkgname.service
- install -dm755 "$pkgdir"/etc/_$pkgname
+ install -dm755 "$pkgdir"/etc/$_pkgname
}
md5sums=('SKIP')