summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-07-29 09:46:53 +0800
committerSainnhe Park2021-07-29 09:46:53 +0800
commit1da30d290e6f1aa19402b3ccc61d2c67b10f4ef1 (patch)
treebd86305609497123a8ecdde094bf02d4125961f4
parentbddfd7568159f18d20fc29b71c0b3aa06becae15 (diff)
downloadaur-1da30d290e6f1aa19402b3ccc61d2c67b10f4ef1.tar.gz
options=('!strip')
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d90e3b22da..bfe90ff67ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = gruvbox-material-theme-git
- pkgver = r11.9906f4c8
+ pkgver = r14.cc255d43
pkgrel = 1
url = https://github.com/sainnhe/gruvbox-material-gtk
arch = any
license = MIT
makedepends = git
+ options = !strip
source = gruvbox-material-theme::git+https://github.com/sainnhe/gruvbox-material-gtk.git
sha256sums = SKIP
@@ -24,4 +25,3 @@ pkgname = gruvbox-material-icon-theme-git
provides = gruvbox-material-icon-theme
conflicts = gruvbox-material-icon-theme
replaces = gruvbox-material-icon-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index dfbd6f2c1303..93ccdfa98606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ pkgbase=gruvbox-material-theme-git
_pkgbase=gruvbox-material-theme
pkgname=('gruvbox-material-gtk-theme-git'
'gruvbox-material-icon-theme-git')
-pkgver=r11.9906f4c8
+pkgver=r14.cc255d43
pkgrel=1
-arch=(any)
+arch=('any')
url='https://github.com/sainnhe/gruvbox-material-gtk'
-makedepends=(git)
-license=(MIT)
+options=('!strip')
+makedepends=('git')
+license=('MIT')
source=("${_pkgbase}::git+${url}.git")
sha256sums=('SKIP')