summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavan Rikhi2019-03-02 18:12:38 -0500
committerPavan Rikhi2019-03-02 18:12:38 -0500
commiteeebd97576b108e598e46a27a01153ada4cebccb (patch)
treeb07aa6a00b76ed8f4086e9d3ba331d408a07f3b0
parent8972f926b9e6c0bb4dd4fc0f56caaa1922ad6bd4 (diff)
downloadaur-eeebd97576b108e598e46a27a01153ada4cebccb.tar.gz
Update to v3.30.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a7a07025d9..0b20e339763e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 2 01:10:35 UTC 2018
+# Sat Mar 2 22:30:32 UTC 2019
pkgbase = adwaita-custom-cursor-colors
pkgdesc = GNOME's Adwaita Theme with Customizable Cursor Colors
- pkgver = 3.30.0
+ pkgver = 3.30.1
pkgrel = 1
url = https://git.gnome.org/browse/adwaita-icon-theme
arch = any
@@ -21,8 +21,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.30.0.tar.gz
- sha256sums = 14b70916d763f841865c295b4d6dd0aebba6f0829a29c019348d0f775178aeba
+ source = https://github.com/GNOME/adwaita-icon-theme/archive/3.30.1.tar.gz
+ sha256sums = 3b4a5e97f5583d7493cbba4ced00654c34d60006f4efed69be49f3fefadb982f
pkgname = adwaita-custom-cursor-colors
diff --git a/PKGBUILD b/PKGBUILD
index a11a024ced14..50a26a26452a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# OUTLINE_COLOR Variables in the `build()` Function.
pkgname=adwaita-custom-cursor-colors
-pkgver=3.30.0
+pkgver=3.30.1
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=('14b70916d763f841865c295b4d6dd0aebba6f0829a29c019348d0f775178aeba')
+sha256sums=('3b4a5e97f5583d7493cbba4ced00654c34d60006f4efed69be49f3fefadb982f')
_sourcefolder="adwaita-icon-theme-$pkgver"