summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 754db0c49ff6..27df40e2c762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=hmtimer
pkgver=2.3
-pkgrel=2
+pkgrel=3
pkgdesc="graphical shutdown timer"
arch=('i686' 'x86_64')
url="https://sites.google.com/site/hsiumingstimer/"
@@ -22,7 +22,7 @@ noextract=()
md5sums=('6cd4473d41f23ee21ec1fe49bfeb85e2')
build() {
- cd "$pkgname-$pkgver-src"
+ cd "$pkgname-$pkgver"
qmake
make
}