summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-07-06 21:15:59 -0500
committerLuis Martinez2022-07-06 21:15:59 -0500
commit03f870a9c18034bcd393c8253dc51b702b6dc22e (patch)
tree2325528deabecc56b90dae8fa077f945b9d856f6
parent363ee6ba5b49449f58c905bf525c59c88a5e39ce (diff)
downloadaur-03f870a9c18034bcd393c8253dc51b702b6dc22e.tar.gz
update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78dbaf09897f..abca649aa08f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = image-roll-bin
pkgdesc = GTK image viewer with basic image manipulation tools
- pkgver = 1.6.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/weclaw1/image-roll
arch = x86_64
license = MIT
- depends = gtk3
+ depends = gtk4
provides = image-roll
conflicts = image-roll
- source = image-roll-1.6.0.deb::https://github.com/weclaw1/image-roll/releases/download/1.6.0/image-roll_1.6.0_amd64.deb
- sha256sums = ac61c2cfe125e06d3c2f32df9c1476065615ae5e2b3b73952e35c010733eb92e
+ source = image-roll-2.0.1.deb::https://github.com/weclaw1/image-roll/releases/download/2.0.1/image-roll_2.0.1_amd64.deb
+ sha256sums = 2a677a7519c71a077b49bf1caf166c7017cd2d6b10fd61d925b7cc91fb33f93c
pkgname = image-roll-bin
diff --git a/PKGBUILD b/PKGBUILD
index e929dea56f2e..c7414ce0aec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=image-roll-bin
-pkgver=1.6.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="GTK image viewer with basic image manipulation tools"
arch=('x86_64')
url="https://github.com/weclaw1/image-roll"
license=('MIT')
-depends=('gtk3')
+depends=('gtk4')
provides=("image-roll")
conflicts=("image-roll")
source=("image-roll-$pkgver.deb::$url/releases/download/$pkgver/image-roll_${pkgver}_amd64.deb")
-sha256sums=('ac61c2cfe125e06d3c2f32df9c1476065615ae5e2b3b73952e35c010733eb92e')
+sha256sums=('2a677a7519c71a077b49bf1caf166c7017cd2d6b10fd61d925b7cc91fb33f93c')
prepare() {
mkdir -p "$pkgname-$pkgver"