summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopcorn2019-02-20 17:26:25 +0800
committerPopcorn2019-02-20 17:26:25 +0800
commitb7f25a8bc70c39655ae9dbdfb367142f3c89e5bd (patch)
tree0c8545a6f1cdb12b33969de875933a3068074909
parent74069319a07ac8607a9712e1e0c1d92b0d868158 (diff)
downloadaur-b7f25a8bc70c39655ae9dbdfb367142f3c89e5bd.tar.gz
20190220
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d198b8621f8f..e94de96a4f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arcint-gtk-theme
pkgdesc = My own version of horst3180's Arc theme
- pkgver = 20181226
+ pkgver = 20190220
pkgrel = 1
url = https://gitgud.io/popcorn/arcint-gtk-theme
arch = any
@@ -12,8 +12,8 @@ pkgbase = arcint-gtk-theme
optdepends = gnome-themes-standard: for gtk2 themes
provides = arcint-gtk-theme
conflicts = arcint-gtk-theme-git
- source = https://gitgud.io/popcorn/arcint-gtk-theme/-/archive/20181226/arcint-gtk-theme-20181226.tar.gz
- sha512sums = e12f20b2a4209b2b027e4e65f1d11b1ee58599b075f2cf2813bee56b4dc1a291ab86aafb4def3e1f48fc3bab45f49cce17c242d716c886bcf0a117b5125ca765
+ source = https://gitgud.io/popcorn/arcint-gtk-theme/-/archive/20190220/arcint-gtk-theme-20190220.tar.gz
+ sha512sums = 7fd8ced53066a3570f5c047c0ad10107d11545d92cde78b6684796a05e82d2c5836572cdd231b73d7c62bf3feda611efde35c6b505367b8d764621de9398a317
pkgname = arcint-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index dfebae2f35d3..27c8bdca7c5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arcint-gtk-theme
pkgdesc="My own version of horst3180's Arc theme"
-pkgver=20181226
+pkgver=20190220
pkgrel=1
arch=("any")
provides=("arcint-gtk-theme")
@@ -12,7 +12,7 @@ license=("GPL3")
optdepends=("gnome-themes-standard: for gtk2 themes")
makedepends=("gtk3" "sassc" "optipng" "inkscape")
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=("e12f20b2a4209b2b027e4e65f1d11b1ee58599b075f2cf2813bee56b4dc1a291ab86aafb4def3e1f48fc3bab45f49cce17c242d716c886bcf0a117b5125ca765")
+sha512sums=("7fd8ced53066a3570f5c047c0ad10107d11545d92cde78b6684796a05e82d2c5836572cdd231b73d7c62bf3feda611efde35c6b505367b8d764621de9398a317")
build() {
"${pkgname}-${pkgver}/make.sh" --prefix="${srcdir}/build"