diff options
Diffstat (limited to 'main/faenza-icon-theme/APKBUILD')
-rw-r--r-- | main/faenza-icon-theme/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/faenza-icon-theme/APKBUILD b/main/faenza-icon-theme/APKBUILD index 23d0a36c9a..1e3e6dee6c 100644 --- a/main/faenza-icon-theme/APKBUILD +++ b/main/faenza-icon-theme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=faenza-icon-theme pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="icons designed to go in tandem with equinox themes" arch="noarch" url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" @@ -69,7 +69,7 @@ _app() { pkgdesc="$pkgname - $app" replaces="$pkgname" if [ -n "$app" ]; then - install_if="$pkgname=$pkgver-r$pkgrel $1" + install_if="$pkgname=$pkgver-r$pkgrel $app" else install_if= fi |