summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2016-03-13 23:52:28 -0700
committerJoel2016-03-13 23:52:28 -0700
commitcd04b6b950f914bc97d6d4c483a394b11aafbbf2 (patch)
treeaf7c546bcf9dbf78ac9679dd0297e8fac2605257
parent593caf2c14ea98589aca724321def3d6c963a9f8 (diff)
downloadaur-cd04b6b950f914bc97d6d4c483a394b11aafbbf2.tar.gz
adopted package; increased pkgrel
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29210ef9f996..c75867ce89c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# $Id: PKGBUILD 129917 2015-03-25 20:02:54Z arojas $
+# Maintainer: Joel <aullidolunar (at) gmai1 dot c0m >
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Contributor: Lex Black <autumn-wind at web dot de>
# Contributor: Ner0
pkgname=gtk-theme-orion
pkgver=1.5
-pkgrel=3
+pkgrel=4
pkgdesc="A modern and light GTK theme"
arch=('any')
url="http://deviantart.com/view/281431756"
license=('GPL3')
optdepends=('gtk-engine-murrine: For the GTK2 theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/Orion/archive/v$pkgver.tar.gz")
-md5sums=('da7e92aa221e0d4a57da856a63354dd3')
+source=("https://github.com/shimmerproject/Orion/archive/master.zip")
+md5sums=('13282665487538b53f3de5b9c2e79435')
package() {
- cd Orion-$pkgver
+ cd Orion-master
find . -type f -not -name .gitignore -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/Orion/{}" \;
}