diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 22:36:33 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 22:36:33 +0100 |
commit | f3d4afa1277cecf36ea6b91cce20f9468cb71e52 (patch) | |
tree | 9bad57e8ba448db392e9d3a47d7fb24762c6b5e4 /pcr/awf-git/PKGBUILD | |
parent | 2c8383179e92c7eba21eb2a31ae880da22f3b2cb (diff) | |
download | abslibre-f3d4afa1277cecf36ea6b91cce20f9468cb71e52.tar.gz abslibre-f3d4afa1277cecf36ea6b91cce20f9468cb71e52.tar.bz2 abslibre-f3d4afa1277cecf36ea6b91cce20f9468cb71e52.zip |
pcr/awf-git: updated to v1.4.0.r0.gc937f1b
Diffstat (limited to 'pcr/awf-git/PKGBUILD')
-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() { |