aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:30:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:30:09 +0100
commit8f382479c36d523391856fb8da0e2425b7be5b56 (patch)
treef904d2cccdfca9e68f4917376248dbda65575c1d
parentf42037a98f0dd6bca56516165a34083449c116ab (diff)
downloadyawa-8f382479c36d523391856fb8da0e2425b7be5b56.tar.xz
PKGBUILD: bump pkgver, reindent package function
-rw-r--r--res/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/PKGBUILD b/res/PKGBUILD
index c73ccb1..89563b6 100644
--- a/res/PKGBUILD
+++ b/res/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=yawa-git
-pkgver=0.0.1.r0.g1f4c8ac
+pkgver=0.9.0
pkgrel=1
pkgdesc='A tool which allows you to compose wallpapers for X.'
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd yawa
- make DESTDIR="$pkgdir" install
+ cd yawa
+ make DESTDIR="$pkgdir" install
}