summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-03-25 13:17:45 +0100
committerKenjiTakahashi2016-03-25 13:17:45 +0100
commit3950986b8f23d27f1ff0be8ab130cecd38afc681 (patch)
treeccbac3c01f328556c4acc50f7528b279be3ff80a
parenta50547f8826dd8ad378ac72a93283a5d1f3504ad (diff)
downloadaur-3950986b8f23d27f1ff0be8ab130cecd38afc681.tar.gz
2.6.1-1: Bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d46853e0f5..96af18959d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Mar 25 12:17:39 UTC 2016
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.5.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/hluk/CopyQ
arch = i686
@@ -11,8 +13,8 @@ pkgbase = copyq-plugin-itemweb
makedepends = qt5-svg
depends = copyq
depends = qt5-webkit
- source = https://github.com/hluk/CopyQ/archive/v2.5.0.tar.gz
- md5sums = 7ecf002f6756cc8a360ca800fc670153
+ source = https://github.com/hluk/CopyQ/archive/v2.6.1.tar.gz
+ md5sums = 88c6118e1ca756a9309cb8662733008b
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index cff2ba337f48..8653309073f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.5.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history. Itemweb plugin."
url="https://github.com/hluk/CopyQ"
@@ -10,8 +10,8 @@ depends=('copyq' 'qt5-webkit')
makedepends=('cmake' 'qt5-tools' 'qt5-svg')
license=('GPL3')
arch=('i686' 'x86_64')
-source=("https://github.com/hluk/$_realname/archive/v${pkgver}.tar.gz")
-md5sums=('7ecf002f6756cc8a360ca800fc670153')
+source=("https://github.com/hluk/${_realname}/archive/v${pkgver}.tar.gz")
+md5sums=('88c6118e1ca756a9309cb8662733008b')
build() {
mkdir "${srcdir}/build"