summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d49ae272e60..0b1d548fac23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clipgrab-qt5
pkgdesc = Fork of ClipGrab to make it compatible with Qt5
- pkgver = 3.6.6
+ pkgver = 3.6.7
pkgrel = 1
url = https://github.com/OpenHelios/clipgrab-qt5
arch = i686
@@ -9,9 +9,9 @@ pkgbase = clipgrab-qt5
makedepends = git
depends = qt5-webkit
optdepends = ffmpeg: for the conversion functionality
- source = https://github.com/kikadf/clipgrab-qt5/archive/3.6.6.tar.gz
+ source = https://github.com/kikadf/clipgrab-qt5/archive/3.6.7.tar.gz
source = clipgrab-qt5.desktop
- md5sums = 8e3090db43cdf27d207627c434d0e624
+ md5sums = d513b92f796e8a54e9ea3352112b1706
md5sums = 86ec4e7907a20dcae2c0cf6ad2438632
pkgname = clipgrab-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 4959f678f68c..016ea8dcb250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=clipgrab-qt5
-pkgver=3.6.6
+pkgver=3.6.7
pkgrel=1
pkgdesc='Fork of ClipGrab to make it compatible with Qt5'
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ depends=('qt5-webkit')
optdepends=('ffmpeg: for the conversion functionality')
makedepends=('git')
#source=($pkgname::git+https://github.com/OpenHelios/clipgrab-qt5.git
-source=(https://github.com/kikadf/clipgrab-qt5/archive/3.6.6.tar.gz
+source=(https://github.com/kikadf/clipgrab-qt5/archive/${pkgver}.tar.gz
$pkgname.desktop)
-md5sums=('8e3090db43cdf27d207627c434d0e624'
+md5sums=('d513b92f796e8a54e9ea3352112b1706'
'86ec4e7907a20dcae2c0cf6ad2438632')
build() {