[arch-commits] Commit in numix-themes/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Apr 10 17:45:51 UTC 2016


    Date: Sunday, April 10, 2016 @ 19:45:50
  Author: alucryd
Revision: 170166

upgpkg: numix-themes 2.5.1.r154.9c9bf64-1

Modified:
  numix-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 17:31:16 UTC (rev 170165)
+++ PKGBUILD	2016-04-10 17:45:50 UTC (rev 170166)
@@ -3,7 +3,7 @@
 # Contributor: Diego <cdprincipe at gmail.com>
 
 pkgname=numix-themes
-pkgver=2.5.1
+pkgver=2.5.1.r154.9c9bf64
 pkgrel=1
 pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)'
 arch=('any')
@@ -10,11 +10,19 @@
 url='http://numixproject.org/'
 license=('GPL3')
 depends=('gtk-engine-murrine')
-source=("numix-themes-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz")
-sha256sums=('64b0c34c49633879c8b0b9b685da7b927501ab6db265db15fed04705c04f935b')
+makedepends=('git')
+_commit='9c9bf64389b7a700bed72e1515cbb01595a76986'
+source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd Numix
+
+  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
+}
+
 package() {
-  cd Numix-${pkgver}
+  cd Numix
 
   install -dm 755 "$pkgdir"/usr/share/themes/Numix
   rm -rf .git .gitignore CREDITS LICENSE README.md



More information about the arch-commits mailing list