summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-11-15 20:54:56 +0100
committerBilal Elmoussaoui2016-11-15 20:54:56 +0100
commit305d97cee987fa7a6c1fdf034bb0c663c5a38de6 (patch)
treece727e122a190d30aabe791d44c10cdd2e8927ed
parent927ef39855ac57fcc4777c4ebcbdd75f41804db7 (diff)
downloadaur-305d97cee987fa7a6c1fdf034bb0c663c5a38de6.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e136d4cca0e..808703adcf7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gradio-git
pkgdesc = A GTK3 app for finding and listening to internet radio stations
pkgver = 5.0.0.beta2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haecker-felix/gradio
install = gradio.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c155ed9d1bdb..ceea5bb75f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gradio-git
_gitname=gradio
pkgver=5.0.0.beta2
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -22,7 +22,7 @@ provides=("gradio=$pkgver")
build() {
cd "$srcdir/${_gitname}"
- ./autogen.sh
+ ./autogen.sh --prefix=/usr
make
}