summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrimi2016-07-04 17:54:48 +0200
committergrimi2016-07-04 17:54:48 +0200
commit9835634b364a674730c364782a947ec8eac1078e (patch)
tree3d1edcfd32e7f7eaffacc108472e2d3780812e48
parent138dffe3c1ad8c6f480d80ecd2e348e69b6a9696 (diff)
downloadaur-9835634b364a674730c364782a947ec8eac1078e.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a6c8dea745..7ee05b72cef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 15:52:57 UTC 2016
+# Mon Jul 4 15:54:48 UTC 2016
pkgbase = numix-themes-green
pkgdesc = A flat and light theme with a modern look using Green color (GNOME, MATE, Openbox, Unity, XFCE)
pkgver = 2.6.1
@@ -7,11 +7,10 @@ pkgbase = numix-themes-green
url = http://numixproject.org/
arch = any
license = GPL3
- makedepends = git
makedepends = ruby-bundler
makedepends = imagemagick
depends = gtk-engine-murrine
- source = numix-themes-2.6.1.tar.gz::https://codeload.github.com/numixproject/numix-gtk-theme/tar.gz/2.6.1
+ source = numix-themes-2.6.1.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/2.6.1.tar.gz
md5sums = 499e2e8e9d7d1d81403ebf8f65c8ced6
pkgname = numix-themes-green
diff --git a/PKGBUILD b/PKGBUILD
index 5739df664ecc..ae235247b125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('any')
url='http://numixproject.org/'
license=('GPL3')
depends=('gtk-engine-murrine')
-makedepends=('git' 'ruby-bundler' 'imagemagick')
-source=("${pkgname%-*}-${pkgver}.tar.gz::https://codeload.github.com/numixproject/numix-gtk-theme/tar.gz/${pkgver}")
+makedepends=('ruby-bundler' 'imagemagick')
+source=("${pkgname%-*}-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz")
md5sums=('499e2e8e9d7d1d81403ebf8f65c8ced6')