summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavan Rikhi2020-03-19 17:13:37 -0400
committerPavan Rikhi2020-03-19 17:13:37 -0400
commit23a0e0a239a946d833057ebd1a72d06a0e3bbb37 (patch)
treee0a694ce7e168d420c0a1cd260b3ed24a0b06ef8
parent376e2f026e5b27dd771ba7bb90b5ea875f89b42d (diff)
downloadaur-23a0e0a239a946d833057ebd1a72d06a0e3bbb37.tar.gz
Update to v3.36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05232b6edb38..9740bb1c80b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-custom-cursor-colors
pkgdesc = GNOME's Adwaita Theme with Customizable Cursor Colors
- pkgver = 3.34.0
+ pkgver = 3.36.0
pkgrel = 1
url = https://git.gnome.org/browse/adwaita-icon-theme
arch = any
@@ -19,8 +19,8 @@ pkgbase = adwaita-custom-cursor-colors
depends = librsvg
provides = adwaita-icon-theme
conflicts = adwaita-icon-theme
- source = https://github.com/GNOME/adwaita-icon-theme/archive/3.34.0.tar.gz
- sha256sums = 53e91a6bcc2220a125275573258374dc83dea4aa1008cbdde30ee87f1d433eb6
+ source = https://github.com/GNOME/adwaita-icon-theme/archive/3.36.0.tar.gz
+ sha256sums = 813a094e60c375e7ed527ef5f3c02adbeab086b5b7b64a7bda6b2aa9fd4dadf4
pkgname = adwaita-custom-cursor-colors
diff --git a/PKGBUILD b/PKGBUILD
index 9f3edc5beaa9..6bb64bf49ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# OUTLINE_COLOR Variables in the `build()` Function.
pkgname=adwaita-custom-cursor-colors
-pkgver=3.34.0
+pkgver=3.36.0
pkgrel=1
pkgdesc="GNOME's Adwaita Theme with Customizable Cursor Colors"
url="https://git.gnome.org/browse/adwaita-icon-theme"
@@ -17,7 +17,7 @@ makedepends=(intltool git gtk3 gnome-common python2 python2-pillow inkscape xorg
provides=(adwaita-icon-theme)
conflicts=(adwaita-icon-theme)
source=("https://github.com/GNOME/adwaita-icon-theme/archive/$pkgver.tar.gz")
-sha256sums=('53e91a6bcc2220a125275573258374dc83dea4aa1008cbdde30ee87f1d433eb6')
+sha256sums=('813a094e60c375e7ed527ef5f3c02adbeab086b5b7b64a7bda6b2aa9fd4dadf4')
_sourcefolder="adwaita-icon-theme-$pkgver"