summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Random2017-06-10 21:16:41 +0200
committerJack Random2017-06-10 21:16:41 +0200
commit01673f19eb14bc9ba7cf8e794120b27068387c9a (patch)
tree5586e47c482225d7c4d7c510037ec0dfb1e5aca1
parent067adba16f8e36366d89af867e5d59598b7911bb (diff)
downloadaur-01673f19eb14bc9ba7cf8e794120b27068387c9a.tar.gz
fixed build by adding .py extension in install - thx Rasi
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ce70a9e961..a4cc07126f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=buku-git
_pkgname=buku
-pkgver=556.0fec5de
+pkgver=998.6abfea2
pkgrel=1
pkgdesc="cmdline bookmark management utility written in Python3 and SQLite3"
arch=('any')
@@ -21,7 +21,7 @@ pkgver() {
package() {
cd "${srcdir}/${_pkgname}"
- install -Dm755 ${_pkgname} "${pkgdir}/usr/bin/${_pkgname}"
+ install -Dm755 ${_pkgname}.py "${pkgdir}/usr/bin/${_pkgname}"
}
md5sums=('SKIP')