summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIntelligide2017-02-12 19:01:38 +0100
committerIntelligide2017-02-12 19:01:38 +0100
commitccb5700d73a82f1c8b6d16026e9b3abe879c092d (patch)
tree29187eef77fe34ae2bf0bed6989ee63968f5754e
parent448e84dcba6fc878a7ef1930d2dc99b531f50598 (diff)
downloadaur-ccb5700d73a82f1c8b6d16026e9b3abe879c092d.tar.gz
0.0.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5195368c6f80..0f66017f5211 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = p7gui
pkgdesc = A GUI for p7.
- pkgver = 0.0.1
- pkgrel = 2
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/intelligide/p7gui
arch = x86_32
arch = x86_64
license = LGPL3
depends = qt5-base
- depends = libp7>=2.0
- depends = libp7<3.0
- source = https://github.com/intelligide/p7gui/archive/0.0.1.tar.gz
+ depends = libp7>=3.0
+ source = https://github.com/intelligide/p7gui/archive/0.0.2.tar.gz
md5sums = SKIP
pkgname = p7gui
diff --git a/PKGBUILD b/PKGBUILD
index 06d1c9347090..06109faa9d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=p7gui
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
pkgdesc="A GUI for p7."
arch=("x86_32" "x86_64")
url="https://github.com/intelligide/p7gui"
license=('LGPL3')
groups=()
-depends=('qt5-base' 'libp7>=2.0' 'libp7<3.0')
+depends=('qt5-base' 'libp7>=3.0')
makedepends=()
provides=()
conflicts=()
@@ -14,7 +14,7 @@ replaces=()
backup=()
options=()
install=
-source=('https://github.com/intelligide/p7gui/archive/0.0.1.tar.gz')
+source=('https://github.com/intelligide/p7gui/archive/0.0.2.tar.gz')
noextract=()
md5sums=('SKIP')