summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOğuzcan Küçükbayrak2016-02-05 03:34:29 +0200
committerOğuzcan Küçükbayrak2016-02-05 03:34:29 +0200
commit8af1a85d0d1aaece8e738859ae36454f512026da (patch)
tree3564d64d33147508b9f61095855c0aad71441bf2
parent95f3217caa5b3f08df2e7845f0a24717d5b601aa (diff)
downloadaur-8af1a85d0d1aaece8e738859ae36454f512026da.tar.gz
Fixed source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761a9c4b9fdc..f37162f60941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 00:55:47 UTC 2016
+# Fri Feb 5 01:33:49 UTC 2016
pkgbase = shadow-icon-theme
pkgdesc = This is a flat icon-theme Gnome 3.10+. The icons have colourful circular base with long shadow.
- pkgver = 1.5.1
+ pkgver = 1.5
pkgrel = 1
url = http://gnome-look.org/content/show.php/Shadow?content=170398
arch = any
license = GPL3
- source = git+https://github.com/rudrab/Shadow
- md5sums = SKIP
+ source = https://github.com/rudrab/Shadow/archive/v1.5.tar.gz
+ md5sums = 0fa373f29e77ded61acf58b5ccaad103
pkgname = shadow-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6bc42234e197..3989b5343542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Oguzcan Kucukbayrak <oguz@okb1100.com>
pkgname=shadow-icon-theme
-pkgver=1.5.1
+pkgver=1.5
pkgrel=1
pkgdesc="This is a flat icon-theme Gnome 3.10+. The icons have colourful circular base with long shadow. "
arch=(any)
url="http://gnome-look.org/content/show.php/Shadow?content=170398"
license=(GPL3)
-source=("git+https://github.com/rudrab/Shadow")
-md5sums=("SKIP")
+source=("https://github.com/rudrab/Shadow/archive/v${pkgver}.tar.gz")
+md5sums=("0fa373f29e77ded61acf58b5ccaad103")
-package() {
- install -d "$pkgdir"/usr/share/icons/
- cp -r Shadow/ "$pkgdir"/usr/share/icons/
+package() {
+ install -d "${pkgdir}"/usr/share/icons/
+ tar -xf v${pkgver}.tar.gz
+ cp -r Shadow-${pkgver}/ "${pkgdir}"/usr/share/icons/
}