summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Harris2018-03-07 15:52:36 +0000
committerAidan Harris2018-03-07 15:52:36 +0000
commite84bb35491bfc5e0a289ebe3d68629357910f640 (patch)
tree49a61f875b5ad551cc4343d75b145ddceb9e362c
parentf2897fefa7a0ea8c38a915831c3fb3c824ef19d3 (diff)
downloadaur-e84bb35491bfc5e0a289ebe3d68629357910f640.tar.gz
Version Bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16d74b135a5..ed3ac237f283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adapta-gtk-theme-wal
pkgdesc = An adaptive Gtk+ theme based on Material Design Guidelines
- pkgver = 3.93.0.1
+ pkgver = 3.93.0.106
pkgrel = 1
url = https://github.com/adapta-project/adapta-gtk-theme
arch = any
@@ -17,10 +17,10 @@ pkgbase = adapta-gtk-theme-wal
optdepends = ttf-roboto: Recommended font
provides = adapta-gtk-theme
conflicts = adapta-gtk-theme
- source = git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=3.93.0.1
+ source = git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=3.93.0.106
source = colors.sh
sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 830c99f4419532049a23f6e5499b249e1dc2cd132d8caacd2e41b4f60e3d79f7
pkgname = adapta-gtk-theme-wal
diff --git a/PKGBUILD b/PKGBUILD
index 5fc319f050ce..3b0e4987d3bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Phillip Schichtel <phillip@schich.tel>
pkgname=adapta-gtk-theme-wal
-pkgver=3.93.0.1
+pkgver=3.93.0.106
pkgrel=1
pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
arch=('any')
@@ -21,10 +21,8 @@ source=(
"git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver}"
"colors.sh"
)
-sha256sums=(
- 'SKIP'
- 'SKIP'
-)
+sha256sums=('SKIP'
+ '830c99f4419532049a23f6e5499b249e1dc2cd132d8caacd2e41b4f60e3d79f7')
provides=('adapta-gtk-theme')
conflicts=('adapta-gtk-theme')
@@ -40,11 +38,11 @@ build() {
--enable-plank \
--enable-telegram \
--disable-unity \
- --enable-gtk_next \
--with-selection_color="$color4" \
--with-accent_color="$color6" \
--with-suggestion_color="$color5" \
--with-destruction_color="$color2"
+
make
}