summarylogtreecommitdiffstats
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
parenta6451da5116448b1fc919d88a45b2096f0db42d9 (diff)
downloadaur-6e64cdeb87164f6537b18cfbe026f1d6ae0cce61.tar.gz
urel
- fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a097e1fb8c5d..52141f6a7bec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 12 21:52:24 UTC 2018
+# Wed Dec 12 22:14:19 UTC 2018
pkgbase = python-telegramusermapbot-git
pkgdesc = A Telegram Bot to collect location information from users and export the coordinates to a map service.
pkgver = r29.e2ab1e7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Thaodan/TelegramUserMapBot
arch = any
license = GPL3
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')