diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/PKGBUILD | 6 |
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 } |