summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2016-02-20 02:56:34 +1000
committerJustin Dray2016-02-20 02:56:34 +1000
commitf4e82f090a52c74cda63ec21614dd13e4846efb1 (patch)
tree872d0b6f1b1dce33c6ac1187138eeb6f76f405c8
parent54e8716eb8c4b416fb036a06de0b20bc2aff8dac (diff)
downloadaur-f4e82f090a52c74cda63ec21614dd13e4846efb1.tar.gz
Fix incorrect URL
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore12
-rw-r--r--PKGBUILD8
3 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654f7794de42..d71cc04b81ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by makepkg 5.0.0
+# Fri Feb 19 16:56:24 UTC 2016
pkgbase = gtk-theme-numix-white
pkgdesc = Numix White is a Gtk 3 and Gtk 2 theme, based of the original Numix theme
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 5
url = http://thevirtualdragon.deviantart.com/art/Numix-White-Gtk-Theme-v1-4-367777347
arch = any
license = GPL3
diff --git a/.gitignore b/.gitignore
index cca9711cbc58..181b3460e424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,10 @@
-*.pkg.tar.xz
-*.zip
+*
+!PKGBUILD
+!.SRCINFO
+!*.patch
+!*.desktop
+!*.install
+!*.service
+!*.sh
+!*.conf
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 59b105d174e0..2a77551f08f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=gtk-theme-numix-white
_theme=NumixWhiteTheme
pkgver=1.4
-pkgrel=4
+pkgrel=5
pkgdesc="Numix White is a Gtk 3 and Gtk 2 theme, based of the original Numix theme"
arch=('any')
url="http://thevirtualdragon.deviantart.com/art/Numix-White-Gtk-Theme-v1-4-367777347"
license=('GPL3')
depends=('gtk-engine-murrine')
-# source=(http://fc07.deviantart.net/fs71/f/2013/132/8/3/numix_white__gtk_theme_v1_4_by_thevirtualdragon-d62yqtf.zip)
-source=('http://www.deviantart.com/download/367777347/numix_white__gtk_theme_v1_4_by_thevirtualdragon-d62yqtf.zip')
-md5sums=('fc7760300b873aa84c6208a9b4677780')
+ source=(http://fc07.deviantart.net/fs71/f/2013/132/8/3/numix_white__gtk_theme_v1_4_by_thevirtualdragon-d62yqtf.zip)
+#source=('http://www.deviantart.com/download/367777347/numix_white__gtk_theme_v1_4_by_thevirtualdragon-d62yqtf.zip')
+md5sums=('08ac10bf9ca082ac70d1d7e296ee6b35')
# md5sums=('08ac10bf9ca082ac70d1d7e296ee6b35')
package() {