summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2017-02-27 21:00:51 -0500
committerNate Levesque2017-02-27 21:00:51 -0500
commit52ae9679c183812b3428845ad90a2f63563231a6 (patch)
treefe8be76869b992e9c94b04299035ea9be77f2853
parent6773923f3c565b56c98dfe263cd0ee6d8ae5fee9 (diff)
downloadaur-52ae9679c183812b3428845ad90a2f63563231a6.tar.gz
Update for v2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 630583e724aa..418780f5ac07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gscreenshot
pkgdesc = A GUI front-end for scrot
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/thenaterhood/gscreenshot
arch = any
@@ -14,8 +14,8 @@ pkgbase = gscreenshot
depends = python-setuptools
depends = python-gobject
optdepends = slop: improved region and window selection
- source = https://github.com/thenaterhood/gscreenshot/archive/v2.6.0.tar.gz
- sha256sums = 6956fe01ec59b1da89e96c32f215c09f918a6d064ea4b8465a7903bf92caeb8e
+ source = https://github.com/thenaterhood/gscreenshot/archive/v2.6.1.tar.gz
+ sha256sums = 6650aaa0e0b68083be7b12ace5fc68a0169325771f2017a7848fc5b8d7cd1523
pkgname = gscreenshot
diff --git a/PKGBUILD b/PKGBUILD
index d46454cfc56f..43ddd950b533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matej Horváth <matej.horvath@gmail.com>
pkgname=gscreenshot
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
epoch=
pkgdesc="A GUI front-end for scrot"
@@ -29,7 +29,7 @@ options=()
install=
changelog=
source=("https://github.com/thenaterhood/gscreenshot/archive/v$pkgver.tar.gz")
-sha256sums=('6956fe01ec59b1da89e96c32f215c09f918a6d064ea4b8465a7903bf92caeb8e')
+sha256sums=('6650aaa0e0b68083be7b12ace5fc68a0169325771f2017a7848fc5b8d7cd1523')
validpgpkeys=()
prepare() {