summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIntelligide2017-02-11 10:24:24 +0100
committerIntelligide2017-02-11 10:24:24 +0100
commit448e84dcba6fc878a7ef1930d2dc99b531f50598 (patch)
tree15dc182c328944b0c046106efc552dfeb5681b24
parentd1ff40748b37193c783e7ef12d8c9465a0608ba9 (diff)
downloadaur-448e84dcba6fc878a7ef1930d2dc99b531f50598.tar.gz
rev 2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bbd01b73050..5195368c6f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = p7gui
pkgdesc = A GUI for p7.
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
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
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b29c1f03b3af..06d1c9347090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=p7gui
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
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')
+depends=('qt5-base' 'libp7>=2.0' 'libp7<3.0')
makedepends=()
provides=()
conflicts=()