diff options
-rw-r--r-- | pcr/awf-git/PKGBUILD | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/pcr/awf-git/PKGBUILD b/pcr/awf-git/PKGBUILD index f48afd640..0de7886fb 100644 --- a/pcr/awf-git/PKGBUILD +++ b/pcr/awf-git/PKGBUILD @@ -1,17 +1,20 @@ -# Maintainer (Arch): Valère Monseur <valere dot monseur@ymail dot com> +# Maintainer (AUR): Valère Monseur <valere dot monseur@ymail dot com> + +# parabola changes and rationale: +# - added install file for icon cache and desktop database maintenance pkgname=awf-git _pkgname=awf -pkgver=v1.3.0.r0.g191e428 +pkgver=v1.4.0.r0.gc937f1b pkgrel=1 -pkgdesc="A theme preview application for gtk2 and gtk3" -arch=(i686 x86_64) -url="https://github.com/valr/awf" -license=("GPL") -depends=("gtk2" "gtk3" "hicolor-icon-theme") -makedepends=("git") +pkgdesc='A theme preview application for gtk2 and gtk3' +arch=('i686' 'x86_64' 'armv7h') +url='https://github.com/valr/awf' +license=('GPL') +depends=('gtk2' 'gtk3' 'hicolor-icon-theme') +makedepends=('git') source=("$pkgname"::'git+https://github.com/valr/awf.git') -md5sums=("SKIP") +md5sums=('SKIP') install=awf.install pkgver() { |