diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-02-14 08:49:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-02-14 08:49:46 -0500 |
commit | 256718448cca34ed28bfd8dbd905ba14213b5c0d (patch) | |
tree | bc153b1bfafe338a6e1364b86ef0b5a1c550893e /pcr/xfce-theme-greybird | |
parent | 232d84d91062cd44a8c8c70b78ac9a3a809dd67f (diff) | |
download | abslibre-256718448cca34ed28bfd8dbd905ba14213b5c0d.tar.gz abslibre-256718448cca34ed28bfd8dbd905ba14213b5c0d.tar.bz2 abslibre-256718448cca34ed28bfd8dbd905ba14213b5c0d.zip |
xfce-theme-greybird-3.22.1-1: updating version
Diffstat (limited to 'pcr/xfce-theme-greybird')
-rw-r--r-- | pcr/xfce-theme-greybird/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD index 63eb57bd4..d7cb84f44 100644 --- a/pcr/xfce-theme-greybird/PKGBUILD +++ b/pcr/xfce-theme-greybird/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=xfce-theme-greybird -pkgver=3.22.0 +pkgver=3.22.1 pkgrel=1 pkgdesc="A grey and blue Xfce theme." arch=('any') @@ -20,7 +20,7 @@ optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme' 'shimmer-wallpapers: contains the Greybird wallpaper, among others' 'lib32-gtk-engine-murrine: required for multilib') source=("$pkgname-$pkgver.tar.gz"::"https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz") -sha256sums=('d03351d4f6f64e4c8f7dbacca0cb101bfa2cc25ada61d136a1558dbb993e6445') +sha256sums=('bfcfecb8982546d27a67b6a498828654bfd293d2eb07c04631363a8bebcafb42') package() { cd "$srcdir" |