summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-09-01 11:09:56 +0200
committerJosip Ponjavic2017-09-01 11:09:56 +0200
commit59b6660c805900e6aeae33a8a97f4d50a7941f54 (patch)
treee91eda14b0a9ba3092abc75be7b183e0c4848b86
parent3fa897dea4b676fac67be951ed7d65e5e2a374d5 (diff)
downloadaur-59b6660c805900e6aeae33a8a97f4d50a7941f54.tar.gz
bump, add license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e946d2bf07aa..8965fc1aaaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = damadamas-icon-theme-git
pkgdesc = DamaDamas icons aim to offer a familiar interface to the users
- pkgver = 0.1.r3.gc53431e
+ pkgver = 0.2.r0.gf960e00
pkgrel = 1
url = https://github.com/sonakinci41/DamaDamas-icon-theme
arch = any
- license = unknown
+ license = GPL3
makedepends = git
- depends = hicolor-icon-theme
+ depends = gtk-update-icon-cache
provides = damadamas-icon-theme
conflicts = damadamas-icon-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2f094fc9d552..ba5cc110361e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=damadamas-icon-theme-git
-pkgver=0.1.r3.gc53431e
+pkgver=0.2.r0.gf960e00
pkgrel=1
pkgdesc="DamaDamas icons aim to offer a familiar interface to the users"
url="https://github.com/sonakinci41/DamaDamas-icon-theme"
arch=('any')
-license=('unknown')
-depends=('hicolor-icon-theme')
+license=('GPL3')
+depends=('gtk-update-icon-cache')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
@@ -22,7 +22,7 @@ pkgver() {
package() {
cd "${pkgname%-*}"
- rm {CMakeLists.txt,README.md}
+ rm {CMakeLists.txt,LICENSE,README.md}
install -d "$pkgdir/usr/share/icons/damadamas"
cp -a * "$pkgdir/usr/share/icons/damadamas/"
}