summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHsiu-Ming Chang2016-05-20 22:36:35 +0800
committerHsiu-Ming Chang2016-05-20 22:36:35 +0800
commitd471fd7d4d3a0fd5b9c49122bc3e8be799c84f37 (patch)
treeae47d8b5e52a011bb40b7f33c09857f978074f69 /PKGBUILD
parentf266f8f5b772f4be16616bcb4ea76e0895a7b891 (diff)
downloadaur-d471fd7d4d3a0fd5b9c49122bc3e8be799c84f37.tar.gz
modify directory in build()
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
}