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 855410644bfa..1bf02fc4755d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hotshots-git
-pkgver=77181c5
+pkgver=e3b04ef
pkgrel=1
pkgdesc="Screenshot tool with some editing features."
url="http://thehive.xbee.net"
@@ -19,9 +19,9 @@ prepare() {
build() {
cd "${srcdir}/HotShots/"
- sed -i "s/\/usr\/local/\/usr/g" hotshots.desktop
qmake
make
+ sed -i "s/\/usr\/local/\/usr/g" hotshots.desktop
}
package() {