summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikadf2018-02-18 10:32:45 +0100
committerkikadf2018-02-18 10:32:45 +0100
commit283cd4f107873ecabffe5e8ab60b38fb7d957996 (patch)
tree9aa54e21ad4249e7bae4a9330b7e47d3647f9b98 /PKGBUILD
parentb3fb12c32d8b4304f13ca95a371511c7cb6a2b4c (diff)
downloadaur-283cd4f107873ecabffe5e8ab60b38fb7d957996.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {