summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2019-09-26 15:09:11 +0200
committeractionless2019-09-26 15:09:11 +0200
commitd393579038d51f5c7780255689d8c3796edbc909 (patch)
tree073e14a607100dfd33557657e640192c6669e8ba /PKGBUILD
parenta3454a62efb67e8d85462511b9f8540e1eef62bc (diff)
downloadaur-d393579038d51f5c7780255689d8c3796edbc909.tar.gz
update to 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd13dc505d29..14437f86a989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pikaur
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
url="https://github.com/actionless/pikaur"
@@ -21,6 +21,7 @@ optdepends=(
'python-pysocks: for socks5 proxy support'
)
conflicts=('pikaur-git')
+provides=('pikaur')
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || exit 2
@@ -30,7 +31,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}" || exit 2
- python3 setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1
+ /usr/bin/python3 setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1
for langmo in $(cd ./locale && ls ./*.mo); do
lang=$(sed -e 's/.mo$//' <<< "${langmo}")
install -Dm644 "locale/${langmo}" "$pkgdir/usr/share/locale/${lang}/LC_MESSAGES/pikaur.mo"