summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Plsek2016-08-12 20:13:07 -0400
committerJeremy Plsek2016-08-12 20:13:07 -0400
commit5859b5bd4bace44e5871d740cf1597f5e029c1e4 (patch)
tree93d26e074d883f431e08a7ce886fe1fd324a72a3
parentc67ec4b6db103402b3aad294436be576ffef468a (diff)
downloadaur-5859b5bd4bace44e5871d740cf1597f5e029c1e4.tar.gz
bug fixes to puush-qt
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f050229e70ef..d3677b020847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = puush-qt
pkgdesc = GUI frontend for puush which will create a system tray icon.
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jplsek/puush-qt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 60bbfa2712db..c62bf7277eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=puush-qt
pkgdesc="GUI frontend for puush which will create a system tray icon."
pkgver=0.1
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/jplsek/puush-qt"
license=('BSD')