summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach2016-01-15 17:28:04 -0700
committerZach2016-01-15 17:28:04 -0700
commitf55320beea5d3225c26ebd253d3ac91c69c3897c (patch)
treec3dcfdc8b6924efc2c72fc12385a827221fdaa3d /PKGBUILD
parentc24561ceeb7dfd5c65277df6c8a51d5cb2c642bf (diff)
downloadaur-f55320beea5d3225c26ebd253d3ac91c69c3897c.tar.gz
Fixed issue with md5sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc51e7200c62..1433b6600aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
pkgname=gtk-theme-arc
-_pkgname=Arc-theme
+_pkgname=arc-theme
pkgver=20151214
pkgrel=1
pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Official releases only."
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine')
source=("https://github.com/horst3180/${_pkgname}/archive/$pkgver.tar.gz")
conflicts=('gtk-theme-arc-git')
-md5sums=('41b87f6dfceaf49dbe68ec9fcb1dc557')
+md5sums=('aedd4103e09b4c341b9afe318f252f27')
build() {
cd "${_pkgname}-$pkgver"