summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892021-06-19 17:14:40 +0200
committerPhoton892021-06-19 17:14:40 +0200
commit5aa765527b24b3736ff5b46bcfb714ef14617fa3 (patch)
tree78f053f073b7033abd3d25774a045cbb6f3c8a89
parent968af4e2994f223c220b911d741f085faaaeb2b7 (diff)
downloadaur-shutter.tar.gz
Update to 0.97
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71da56010cbd..fa9a0ca2378c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shutter
pkgdesc = A featureful screenshot tool (formerly gscrot)
- pkgver = 0.96
- pkgrel = 3
+ pkgver = 0.97
+ pkgrel = 1
url = https://shutter-project.org/
arch = any
license = GPL3
@@ -42,8 +42,7 @@ pkgbase = shutter
optdepends = perl-net-oauth: Imgur upload support
optdepends = bc: 3D Rotate and 3D Reflection plugins support
optdepends = perl-webservice-gyazo-b: Gyazo upload support
- source = https://github.com/shutter-project/shutter/archive/v0.96.tar.gz
- sha512sums = 0c7d13950bed216571278cec730a4986aae87effbf385d39805c0f0206c9fda30ec0cba4fe7cb36eebd9cd228c4ada35e21fd5170c9c442eee6934dac41c0c0f
+ source = https://github.com/shutter-project/shutter/archive/v0.97.tar.gz
+ sha512sums = 40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334
pkgname = shutter
-
diff --git a/PKGBUILD b/PKGBUILD
index 2b42748431aa..dd11cd5716b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=shutter
-pkgver=0.96
-pkgrel=3
+pkgver=0.97
+pkgrel=1
pkgdesc="A featureful screenshot tool (formerly gscrot)"
arch=('any')
url="https://shutter-project.org/"
@@ -29,7 +29,7 @@ optdepends=('gnome-web-photo: web screenshot support'
'bc: 3D Rotate and 3D Reflection plugins support'
'perl-webservice-gyazo-b: Gyazo upload support')
source=("https://github.com/shutter-project/shutter/archive/v$pkgver.tar.gz")
-sha512sums=('0c7d13950bed216571278cec730a4986aae87effbf385d39805c0f0206c9fda30ec0cba4fe7cb36eebd9cd228c4ada35e21fd5170c9c442eee6934dac41c0c0f')
+sha512sums=('40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334')
prepare() {
cd "$srcdir/$pkgname-$pkgver"