diff options
author | axionl | 2018-08-22 08:15:50 +0800 |
---|---|---|
committer | axionl | 2018-08-22 08:15:50 +0800 |
commit | 08909c49fcf364b99ed877f7f6d558858fb294b0 (patch) | |
tree | b357b7ebda3d49c960d78a919fec79ba32570cc8 | |
parent | 5478f3700085db97a9deb46be6c12008baf9fc39 (diff) | |
download | aur-08909c49fcf364b99ed877f7f6d558858fb294b0.tar.gz |
[Update] zafiro-icon-theme: v0.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = zafiro-icon-theme pkgdesc = A icon pack flat with light colors. - pkgver = 0.2 + pkgver = 0.4 pkgrel = 1 url = https://github.com/zayronxio/Zafiro-icons arch = any license = Artistic2.0 - source = https://github.com/zayronxio/Zafiro-icons/archive/v0.2.tar.gz - sha256sums = 71e9b88ffaa82158f5b705b25ea6e23cb8746c5d5076a537dfa6af9763328065 + source = https://github.com/zayronxio/Zafiro-icons/archive/v0.4.tar.gz + sha256sums = 7b2f8584f1b00575129c52b981f2cf894ac1c0ce853533c87a9cecc58c7d58fa pkgname = zafiro-icon-theme @@ -1,14 +1,14 @@ # Maintainer: Ariel AxionL <axionl@aosc.io> pkgname=('zafiro-icon-theme') -pkgver=0.2 +pkgver=0.4 pkgrel=1 pkgdesc="A icon pack flat with light colors." arch=('any') url="https://github.com/zayronxio/Zafiro-icons" license=('Artistic2.0') source=("https://github.com/zayronxio/Zafiro-icons/archive/v$pkgver.tar.gz") -sha256sums=('71e9b88ffaa82158f5b705b25ea6e23cb8746c5d5076a537dfa6af9763328065') +sha256sums=('7b2f8584f1b00575129c52b981f2cf894ac1c0ce853533c87a9cecc58c7d58fa') package() { install -dm 755 $pkgdir/usr/share/icons |