summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f209de5c849d..d0e2cea53e51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = puush-qt
pkgdesc = GUI frontend for puush which will create a system tray icon.
- pkgver = 0.2.5
+ pkgver = 0.2.6
pkgrel = 1
url = https://github.com/jplsek/puush-qt
arch = i686
@@ -17,4 +17,3 @@ pkgbase = puush-qt
md5sums = SKIP
pkgname = puush-qt
-
diff --git a/PKGBUILD b/PKGBUILD
index 08840b200a2d..0da916fe71d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Plsek <jeremy plsek at googlemail dot com>
pkgname=puush-qt
pkgdesc="GUI frontend for puush which will create a system tray icon."
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/jplsek/puush-qt"
@@ -15,7 +15,7 @@ build() {
cd "$pkgname"
git submodule init
git submodule update
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
make
}