summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSherlock Holo2019-05-24 10:57:33 +0800
committerSherlock Holo2019-05-24 10:57:33 +0800
commita2b3bf5fcb25d59683558681bdb565794380fd0e (patch)
treeef48de01ccc36ad13ab38a2b600eeaa437edfb08
parentafee432bd0875c698ffa475c779367647965087a (diff)
downloadaur-a2b3bf5fcb25d59683558681bdb565794380fd0e.tar.gz
Disable strip because this is a theme package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c881f864fdf8..fd7bb16b848d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = canta-theme-git
pkgdesc = Flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
pkgver = 2018.10.30.r51.8df1c2e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinceliuice/Canta-theme
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = canta-theme-git
depends = gtk-engines
depends = gnome-themes-standard
depends = sassc
+ options = !strip
source = canta-theme::git+https://github.com/vinceliuice/Canta-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 69f15dccb589..daa15028e351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=canta-theme
pkgname=('canta-gtk-theme-git' 'canta-icon-theme-git')
pkgdesc="Flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell"
pkgver=2018.10.30.r51.8df1c2e
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/vinceliuice/Canta-theme"
license=('GPL2')
@@ -16,6 +16,7 @@ depends=('numix-circle-icon-theme-git'
'gnome-themes-standard'
'sassc')
makedepends=('gtk3' 'git')
+options=(!strip)
source=("${_pkgname}::git+https://github.com/vinceliuice/Canta-theme.git")
md5sums=('SKIP')