summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa15e1ed432a..5b3a2f8a4565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgnuisance
pkgdesc = GTK New User Interfaces
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://madmurphy.github.io/libgnuisance
arch = i686
@@ -12,7 +12,7 @@ pkgbase = libgnuisance
depends = gtk4
conflicts = libgnuisance-git
conflicts = libgnuisance-bin
- source = https://github.com/madmurphy/libgnuisance/releases/download/0.1.0/libgnuisance-0.1.0-with-configure.tar.gz
- sha256sums = 5da249887a143fbda6c5e57d1d264530cdc2a9a64f8ebdd3ac431dc9db18eafb
+ source = https://github.com/madmurphy/libgnuisance/releases/download/0.2.0/libgnuisance-0.2.0-with-configure.tar.gz
+ sha256sums = 1e9dcb044a2ed1ea03803012de50f36ee4aa867e07b624877377f2d629b9c155
pkgname = libgnuisance
diff --git a/PKGBUILD b/PKGBUILD
index 9702c69acfd9..349bd186e112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='libgnuisance'
-pkgver='0.1.0'
+pkgver='0.2.0'
pkgrel=1
pkgdesc='GTK New User Interfaces'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('glib2' 'libadwaita' 'gtk4')
makedepends=('gtk-doc')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
-sha256sums=('5da249887a143fbda6c5e57d1d264530cdc2a9a64f8ebdd3ac431dc9db18eafb')
+sha256sums=('1e9dcb044a2ed1ea03803012de50f36ee4aa867e07b624877377f2d629b9c155')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"