summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Hoppe2016-06-09 13:43:51 +0200
committerMarcel Hoppe2016-06-09 13:43:51 +0200
commit0713f1d5966fc38e66a188e877185dab749c46d1 (patch)
treef084d1a587fbcfc7ff3ae6bb66e8e2281ff37f8f /PKGBUILD
parent4e0e9521fecbd9d1b234f79f160990e062c72045 (diff)
downloadaur-0713f1d5966fc38e66a188e877185dab749c46d1.tar.gz
change to source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ff105b7bc3e..e6012a67d523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,21 @@ _gitname=evopop-icon-theme
pkgname=evopop-icon-theme
pkgbase=${pkgname}
pkgver=0.8
-pkgrel=2
+pkgrel=3
pkgdesc='Icon theme from Solus OS and Budgie Desktop'
arch=('any')
url="https://github.com/$_gituser/$_gitname"
license=('GPL')
-source=("https://github.com/$_gituser/$_gitname/releases/download/$pkgver/EvoPop-$pkgver.tar.xz")
-md5sums=('bdea87c89ea45bcf32d8fd6b116f0b84')
+source=("https://github.com/$_gituser/$_gitname/archive/$pkgver.tar.gz")
+md5sums=('d5e585c6ec6d9ec2292c146d2facbaab')
+
+
+
+
package() {
- cd "$srcdir/EvoPop-$pkgver/EvoPop"
+ cd "$srcdir/$_gitname-$pkgver"
DESTDIR="$pkgdir/usr/share/icons/"
- DIR=$(cat ./index.theme | grep -Po "(?<=Name=).*")
- mkdir -p $DESTDIR/$DIR
- cp -r * $DESTDIR/$DIR
+ mkdir -p "$DESTDIR"
+ cp -r EvoPop "$DESTDIR/"
}