aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2259a5..0d440c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Jun 1 14:54:46 UTC 2015
pkgbase = yawa-git
pkgdesc = A tool which allows you to compose wallpapers for X.
- pkgver = 0.9.0.r2.g7caa0c2
+ pkgver = 0.9.0.r12.ga85b594
pkgrel = 1
url = http://git.kyriasis.com/kyrias/yawa/about/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5cc72be..2319f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=yawa-git
-pkgver=0.9.0.r2.g7caa0c2
+pkgver=0.9.0.r12.ga85b594
pkgrel=1
pkgdesc='A tool which allows you to compose wallpapers for X.'
@@ -20,12 +20,14 @@ pkgver() {
}
build() {
- cd yawa
- cmake -g 'Unix Makefiles' . -DCMAKE_INSTALL_PREFIX=/usr
+ mkdir build
+ cd build
+
+ cmake -g 'Unix Makefiles' "$srcdir"/yawa -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd yawa
+ cd build
make DESTDIR="$pkgdir" install
}