summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2019-11-18 11:30:19 -0500
committerGötz Christ2019-11-18 11:30:19 -0500
commit339bfb73d785ac356075465daf709bdaa0a1a412 (patch)
tree5c60fe56ba627cb62017ee077bb29fca1864ff4f
parent3d2772efd9aa5b8fe95cef3dc681f2988a6b6c65 (diff)
downloadaur-339bfb73d785ac356075465daf709bdaa0a1a412.tar.gz
Update to 5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47af677c3bdf..cb3364e8e72a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-elementary
pkgdesc = The official elementary GTK theme designed to be smooth, attractive, fast, and usable.
- pkgver = 5.2.5
+ pkgver = 5.3.0
pkgrel = 1
url = https://github.com/elementary/stylesheet
arch = any
@@ -9,8 +9,8 @@ pkgbase = gtk-theme-elementary
optdepends = elementary-icon-theme: the elementary icon theme
conflicts = elementary-gtk-theme
conflicts = egtk-bzr
- source = gtk-theme-elementary-5.2.5.tar.gz::https://github.com/elementary/stylesheet/archive/5.2.5.tar.gz
- sha256sums = 85fc9293c55e9bf3699b79435b6bc555ec0b4827900eb53e9ca6910afd55fcfb
+ source = gtk-theme-elementary-5.3.0.tar.gz::https://github.com/elementary/stylesheet/archive/5.3.0.tar.gz
+ sha256sums = 03da933a4df4f67364a24c6ddfeb54bcbdca9c9d67a493ccb388a44585b14592
pkgname = gtk-theme-elementary
diff --git a/PKGBUILD b/PKGBUILD
index f20001fd80d8..9bd3cd8acd3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk-theme-elementary
_realname=stylesheet
-pkgver=5.2.5
+pkgver=5.3.0
pkgrel=1
pkgdesc="The official elementary GTK theme designed to be smooth, attractive, fast, and usable."
arch=('any')
@@ -14,9 +14,9 @@ groups=('pantheon')
optdepends=('elementary-icon-theme: the elementary icon theme')
conflicts=('elementary-gtk-theme' 'egtk-bzr')
source=("$pkgname-$pkgver.tar.gz::https://github.com/elementary/$_realname/archive/$pkgver.tar.gz")
-sha256sums=('85fc9293c55e9bf3699b79435b6bc555ec0b4827900eb53e9ca6910afd55fcfb')
package() {
install -d "$pkgdir/usr/share/themes"
mv "$srcdir/$_realname-$pkgver/elementary" "$pkgdir/usr/share/themes/"
}
+sha256sums=('03da933a4df4f67364a24c6ddfeb54bcbdca9c9d67a493ccb388a44585b14592')