summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach2016-10-05 12:52:02 -0600
committerZach2016-10-05 12:52:02 -0600
commitd923dc2a05fe893b61f2ca7ad78597d26dfa72a6 (patch)
treecd679381699809148ee5b214a1b7141e1d8777ae /PKGBUILD
parent86140ea3a1137bae55ad22575c9545f679e3ca25 (diff)
downloadaur-gtk-theme-arc.tar.gz
Update to version 20161005
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f167d5c3cce..6af96a713edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=gtk-theme-arc
_pkgname=arc-theme
-pkgver=20160923
+_pkgauthor=horst3180
+pkgver=20161005
pkgrel=1
pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Official releases only."
arch=('any')
-url="https://github.com/horst3180/${_pkgname}"
+url="https://github.com/${_pkgauthor}/${_pkgname}"
license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine')
-source=("https://github.com/horst3180/${_pkgname}/archive/$pkgver.tar.gz")
+source=("https://github.com/${_pkgauthor}/${_pkgname}/archive/$pkgver.tar.gz")
conflicts=('gtk-theme-arc-git')
provides=('gtk-theme-arc')
-md5sums=('8d6c364bbc4f8478a4308107c9b55463')
+sha256sums=('09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4')
build() {
cd "${_pkgname}-$pkgver"