summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d81f04958983..76ce92cfea63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nordic-theme
pkgdesc = Nordic is a Gtk3.20+ theme created using the awesome Nord color pallete.
- pkgver = 1.9.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/EliverLara/Nordic
arch = i686
arch = x86_64
license = GPL3
- source = https://github.com/EliverLara/Nordic/releases/download/v1.9.0/Nordic.tar.xz
- sha256sums = c7ea5c4816ce6fb0c2763e77908485c2ee816790f727009429137bc2131ca18b
+ source = https://github.com/EliverLara/Nordic/releases/download/2.0.0/Nordic.tar.xz
+ sha256sums = c6c75f9474568c2b7a0067490d6a76427b9c2ff9fc6963dd3878efa9c4a24543
pkgname = nordic-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index 76ac232a1de3..26cbf15fde75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hamki <hamki.do2000@gmail.com>
pkgname=nordic-theme
_pkgname=Nordic
-pkgver=1.9.0
+pkgver=2.0.0
pkgrel=1
epoch=
pkgdesc="Nordic is a Gtk3.20+ theme created using the awesome Nord color pallete."
@@ -20,10 +20,10 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/EliverLara/Nordic/releases/download/v$pkgver/$_pkgname.tar.xz"
+source=("https://github.com/EliverLara/Nordic/releases/download/$pkgver/$_pkgname.tar.xz"
)
noextract=()
-sha256sums=(c7ea5c4816ce6fb0c2763e77908485c2ee816790f727009429137bc2131ca18b)
+sha256sums=(c6c75f9474568c2b7a0067490d6a76427b9c2ff9fc6963dd3878efa9c4a24543)
package() {
cd "${_pkgname}"