summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElTh0r02019-08-21 23:54:31 +0200
committerElTh0r02019-08-21 23:54:31 +0200
commit46b9170afc4a21840425bef8493b4129357017d6 (patch)
treeddbbc052aad143a8fccea8d01bd7c07ceefa2f88
parent7b37f0cae645511f61b8e7fd2958d8a9c3b3fd1b (diff)
downloadaur-46b9170afc4a21840425bef8493b4129357017d6.tar.gz
Add needed dependency
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4beb487670a1..8d677eed092a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = iqpuzzle
pkgdesc = A diverting and challenging pentomino puzzle.
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ElTh0r0/iqpuzzle/
arch = i686
arch = x86_64
license = GPL3
depends = qt5-base
+ depends = hicolor-icon-theme
source = https://github.com/ElTh0r0/iqpuzzle/archive/v1.1.2.tar.gz
sha256sums = b7fb87c197dbd6ef8c7fbcf064e53416f9f38a034efb35e1d381ac233a55801c
diff --git a/PKGBUILD b/PKGBUILD
index 9ba0a1e5a6fb..a4df78a50ccd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thorsten Roth <elthoro@gmx.de>
pkgname=iqpuzzle
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='A diverting and challenging pentomino puzzle.'
arch=('i686' 'x86_64')
url='https://github.com/ElTh0r0/iqpuzzle/'
license=('GPL3')
-depends=('qt5-base')
+depends=('qt5-base' 'hicolor-icon-theme')
source=("https://github.com/ElTh0r0/iqpuzzle/archive/v$pkgver.tar.gz")
sha256sums=('b7fb87c197dbd6ef8c7fbcf064e53416f9f38a034efb35e1d381ac233a55801c')