summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae2019-10-25 13:31:13 +1000
committerAllan McRae2019-10-25 13:31:13 +1000
commit644bef43eefb4ee7a319714ac05163cb02df7629 (patch)
tree77d75e52ee1e7aee748fad2c4f426bc9f59e6713
parentddc6eac412976f7d0819c8e2e80e60eeff5657c5 (diff)
downloadaur-644bef43eefb4ee7a319714ac05163cb02df7629.tar.gz
Build from fixed commit, install in /usr
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e03fba13549d..92e99ca5b56b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = baka
pkgdesc = GTK+3 GUI for the pacman package manager
pkgver = 0.0.0.15.986fba1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/allanbrokeit/baka
arch = x86_64
license = GPL2
depends = pacman
depends = gtk3
- source = git+https://github.com/allanbrokeit/baka.git
+ source = git+https://github.com/allanbrokeit/baka.git?commit=986fba151079362bfbb8e6138acc0f8b9aaca6b5
md5sums = SKIP
pkgname = baka
diff --git a/PKGBUILD b/PKGBUILD
index e990c24192eb..062313e47f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,15 @@
pkgname=baka
pkgver=0.0.0.15.986fba1
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+3 GUI for the pacman package manager"
arch=('x86_64')
url="https://github.com/allanbrokeit/baka"
license=('GPL2')
depends=('pacman' 'gtk3')
-source=("git+https://github.com/allanbrokeit/baka.git")
+source=("git+https://github.com/allanbrokeit/baka.git?commit=986fba151079362bfbb8e6138acc0f8b9aaca6b5")
md5sums=("SKIP")
-pkgver() {
- cd baka
- printf "0.0.0.%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
prepare() {
cd baka
autoreconf -i
@@ -23,7 +18,7 @@ prepare() {
build() {
cd baka
- ./configure
+ ./configure --prefix=/usr
make
}