diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 20:42:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 20:42:58 +0000 |
commit | 22daf6b166970009521e7d6254567c1325a02f74 (patch) | |
tree | a58418b96142b20a46cdc8694697d2e2ccf651fe /main/faenza-icon-theme | |
parent | 202fc11745294cd1d646c714d8bd32469dad99bd (diff) | |
download | aports-22daf6b166970009521e7d6254567c1325a02f74.tar.bz2 aports-22daf6b166970009521e7d6254567c1325a02f74.tar.xz |
main/faenza-icon-theme: upgrade to 1.2
Diffstat (limited to 'main/faenza-icon-theme')
-rw-r--r-- | main/faenza-icon-theme/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/faenza-icon-theme/APKBUILD b/main/faenza-icon-theme/APKBUILD index c34d10124b..0f0a345e0d 100644 --- a/main/faenza-icon-theme/APKBUILD +++ b/main/faenza-icon-theme/APKBUILD @@ -1,14 +1,14 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=faenza-icon-theme -pkgver=0.8 -pkgrel=1 +pkgver=1.2 +pkgrel=0 pkgdesc="icons designed to go in tandem with equinox themes" arch="noarch" url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" license="GPL" depends= -makedepends="wget" +makedepends= install= subpackages= source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz" @@ -38,4 +38,4 @@ package() { done } -md5sums="c4f87cf4105d2330a259296f8e73e709 faenza-icon-theme_0.8.tar.gz" +md5sums="eae3e09a92c4dfd2749b3c46355194fb faenza-icon-theme_1.2.tar.gz" |