summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Blättermann2019-07-19 22:52:42 +0200
committerMario Blättermann2019-07-19 22:52:42 +0200
commitc2e200e46758f577bbef62d7027b913d2d7a2fec (patch)
tree5f8b5c90938e9582bcdf58ed92aa9fb1922ec8d5 /PKGBUILD
parent9b54a01f354c7ef9b4afec92264a847c2ae2cb79 (diff)
downloadaur-c2e200e46758f577bbef62d7027b913d2d7a2fec.tar.gz
Move zint from makedepends to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b646e45307b..736654daf52e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mario Blättermann <mario.blaettermann@gmail.com>
pkgname=glabels-qt-git
-pkgver=r494.2db137e
+pkgver=r502.f03aa0d
pkgrel=1
pkgdesc="Development version of the next major version of gLabels (4.0)."
arch=('x86_64')
url="https://github.com/jimevins/glabels-qt"
license=('GPL3')
groups=()
-depends=('qt5-base' 'qt5-translations')
-makedepends=('qt5-tools' 'git' 'cmake' 'zint')
+depends=('qt5-base' 'qt5-translations' 'zint')
+makedepends=('qt5-tools' 'git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()