summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-01-10 16:18:19 -0700
committerMark Wagie2021-01-10 16:18:19 -0700
commite5d512dcbd843021036f8ded7485dcafdd475fce (patch)
tree9f2474d0ae4d4337cab3626489270805141449ab
parent791a68a2bf11aa4f5d99f9691393f16300987f41 (diff)
downloadaur-e5d512dcbd843021036f8ded7485dcafdd475fce.tar.gz
3.22.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed43e2f1bfd..4ec58f2b615f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce-theme-greybird
pkgdesc = Desktop Suite for Xfce
- pkgver = 3.22.13
- pkgrel = 2
+ pkgver = 3.22.14
+ pkgrel = 1
url = https://shimmerproject.org
arch = any
license = CC-BY-SA-3.0
@@ -15,8 +15,8 @@ pkgbase = xfce-theme-greybird
optdepends = lightdm-gtk-greeter: required for the LightDM GTK theme
optdepends = shimmer-wallpapers: contains the Greybird wallpaper, among others
optdepends = lib32-gtk-engine-murrine: required for multilib
- source = xfce-theme-greybird-3.22.13.tar.gz::https://github.com/shimmerproject/Greybird/archive/v3.22.13.tar.gz
- sha256sums = 2805205c20597d528e8850fc76c8f730e66469227d06982a4e05a2fbb9c4db96
+ source = xfce-theme-greybird-3.22.14.tar.gz::https://github.com/shimmerproject/Greybird/archive/v3.22.14.tar.gz
+ sha256sums = 37fc4b8f83ff667e43e9889f6605a9e5da2ce2f5c5801c1ceef90814fb57b294
pkgname = xfce-theme-greybird
diff --git a/PKGBUILD b/PKGBUILD
index 35a0fbe1fa51..5cd62409fa35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bjoern Franke <bjo at nord-west.org>
# Contributor: flan_suse
pkgname=xfce-theme-greybird
-pkgver=3.22.13
-pkgrel=2
+pkgver=3.22.14
+pkgrel=1
pkgdesc="Desktop Suite for Xfce"
arch=('any')
url="https://shimmerproject.org"
@@ -16,7 +16,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=('2805205c20597d528e8850fc76c8f730e66469227d06982a4e05a2fbb9c4db96')
+sha256sums=('37fc4b8f83ff667e43e9889f6605a9e5da2ce2f5c5801c1ceef90814fb57b294')
build() {
arch-meson "Greybird-$pkgver" build
@@ -25,7 +25,7 @@ build() {
package() {
DESTDIR="$pkgdir" meson install -C build
-
+
cd "Greybird-$pkgver"
install -Dm644 LICENSE.CC -t "$pkgdir/usr/share/licenses/$pkgname"
}