diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = qtcreator-plugin-icontheme-git pkgdesc = Custom icon theme for Qt Creator. - pkgver = r20.1fef9ee - pkgrel = 2 + pkgver = r21.174a8ed + pkgrel = 1 url = https://github.com/Longhanks/qtcreator-plugin-icontheme arch = x86_64 license = MIT @@ -1,8 +1,8 @@ # Maintainer: Andreas Schulz <andi.schulz@me.com> pkgname=qtcreator-plugin-icontheme-git -pkgver=r20.1fef9ee -pkgrel=2 +pkgver=r21.174a8ed +pkgrel=1 pkgdesc="Custom icon theme for Qt Creator." arch=('x86_64') url="https://github.com/Longhanks/qtcreator-plugin-icontheme" @@ -21,7 +21,7 @@ prepare() { mkdir -p build } -build() { +build() { cd build cmake "$srcdir/$pkgname" \ |