summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoosterDEV2017-04-21 08:38:44 +0200
committerBoosterDEV2017-04-21 08:38:44 +0200
commit320ec1c4567c552d7c1c211c5c4776734218a44c (patch)
tree967b76297703b67d8f14e658d841f524c9de7d12
parent6ee30da951120fd0a47f0885450fdf11bbdfc686 (diff)
downloadaur-320ec1c4567c552d7c1c211c5c4776734218a44c.tar.gz
autobuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD22
2 files changed, 7 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e46ff68af79..e61d3fd36b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numix-icon-theme-pack
pkgdesc = Numix project Icon Themes - Updated with Numix Core
- pkgver = 20170419
+ pkgver = LATEST
pkgrel = 1
url = http://numixproject.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7a9f08c43e11..24df7401b501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer Robert Booster > boosterdev@linuxmail.org
# Automatic builder > https://github.com/boosterdev/autobuild
-_commit="1a59490bb6c0ae15caecc909d1c35950215704ec"
pkgname="numix-icon-theme-pack"
-pkgver=20170419
+pkgver="LATEST"
pkgrel=1
pkgdesc='Numix project Icon Themes - Updated with Numix Core'
arch=('any')
@@ -13,20 +12,11 @@ makedepends=('git' 'python-gobject' 'inkscape')
provides=('numix-square-icon-theme' 'numix-square-light-icon-theme' 'numix-circle-icon-theme' 'numix-circle-light-icon-theme' 'numix-icon-theme')
conflicts=('numix-square-icon-theme' 'numix-square-light-icon-theme' 'numix-circle-icon-theme' 'numix-circle-light-icon-theme' 'numix-icon-theme')
options=('!strip')
-source=(
-"numix-icon-theme-square::git+https://github.com/numixproject/numix-icon-theme-square.git"
-"numix-icon-theme-circle::git+https://github.com/numixproject/numix-icon-theme-circle.git"
-"numix-icon-theme::git+https://github.com/numixproject/numix-icon-theme.git"
-"numix-core::git+https://github.com/numixproject/numix-core.git")
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
- cd $srcdir/numix-core
- git log -1 --format="%cd" --date=short | tr -d '-'
-}
+source=("numix-icon-theme-square::git+https://github.com/numixproject/numix-icon-theme-square.git"
+ "numix-icon-theme-circle::git+https://github.com/numixproject/numix-icon-theme-circle.git"
+ "numix-icon-theme::git+https://github.com/numixproject/numix-icon-theme.git"
+ "numix-core::git+https://github.com/numixproject/numix-core.git")
+sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
prepare() {
# update with Numix-Core