summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-09-19 02:11:25 +0200
committerJosip Ponjavic2017-09-19 02:11:25 +0200
commit96cda248f4352a499c0179bb303904117b72182d (patch)
tree5c68f346ac2153f398a6dd3e6e16eb969c5deb7c
parent59b6660c805900e6aeae33a8a97f4d50a7941f54 (diff)
downloadaur-96cda248f4352a499c0179bb303904117b72182d.tar.gz
bump...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8965fc1aaaf3..3b9eb6cd0880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = damadamas-icon-theme-git
pkgdesc = DamaDamas icons aim to offer a familiar interface to the users
- pkgver = 0.2.r0.gf960e00
+ pkgver = 0.2.r11.g40e706c
pkgrel = 1
url = https://github.com/sonakinci41/DamaDamas-icon-theme
arch = any
@@ -10,7 +10,7 @@ pkgbase = damadamas-icon-theme-git
provides = damadamas-icon-theme
conflicts = damadamas-icon-theme
options = !strip
- source = damadamas-icon-theme::git+https://github.com/sonakinci41/DamaDamas-icon-theme.git
+ source = git+https://github.com/sonakinci41/DamaDamas-icon-theme.git
md5sums = SKIP
pkgname = damadamas-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index ba5cc110361e..1f3cb52d24ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=damadamas-icon-theme-git
-pkgver=0.2.r0.gf960e00
+pkgver=0.2.r11.g40e706c
pkgrel=1
pkgdesc="DamaDamas icons aim to offer a familiar interface to the users"
url="https://github.com/sonakinci41/DamaDamas-icon-theme"
@@ -12,17 +12,16 @@ makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
options=('!strip')
-source=("${pkgname%-*}::git+${url}.git")
+source=("git+${url}.git")
md5sums=("SKIP")
pkgver() {
- cd "${pkgname%-*}"
+ cd DamaDamas-icon-theme
git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}
package() {
- cd "${pkgname%-*}"
- rm {CMakeLists.txt,LICENSE,README.md}
- install -d "$pkgdir/usr/share/icons/damadamas"
- cp -a * "$pkgdir/usr/share/icons/damadamas/"
+ rm -r DamaDamas-icon-theme/{.git,LICENSE,*.md,*.py,*.txt}
+ install -d "$pkgdir/usr/share/icons"
+ cp -a DamaDamas-icon-theme "$pkgdir/usr/share/icons/"
}