summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2015-07-12 01:25:30 +0200
committerKenjiTakahashi2015-07-12 01:25:30 +0200
commitb7d9c01371b91ef4af711797838e0390f75f881b (patch)
tree18a8795368466038d1b7872aafb508219a07592d
parent2f8f513aa8de56934881da3a99078a5ca7e78fe0 (diff)
downloadaur-b7d9c01371b91ef4af711797838e0390f75f881b.tar.gz
2.4.8-1: Bumped version, added .gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abd09408f7d7..cf21a4ec9337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 2.4.7
+ pkgver = 2.4.8
pkgrel = 1
url = https://github.com/hluk/CopyQ
install = copyq.install
@@ -11,8 +11,8 @@ pkgbase = copyq
depends = qt4
depends = libxtst
optdepends = copyq-plugin-itemweb
- source = https://github.com/hluk/CopyQ/archive/v2.4.7.tar.gz
- md5sums = 4215c5e3fc0c5bb050b79f07cfb88a20
+ source = https://github.com/hluk/CopyQ/archive/v2.4.8.tar.gz
+ md5sums = 74de03d3d45def995330fa48a86bbd1e
pkgname = copyq
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..335ec9573de5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 06d84f5331b9..13d36f031ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=2.4.7
+pkgver=2.4.8
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history."
url="https://github.com/hluk/CopyQ"
@@ -12,7 +12,7 @@ makedepends=('cmake')
license=('GPL3')
arch=('i686' 'x86_64')
source=("https://github.com/hluk/${_realname}/archive/v${pkgver}.tar.gz")
-md5sums=('4215c5e3fc0c5bb050b79f07cfb88a20')
+md5sums=('74de03d3d45def995330fa48a86bbd1e')
install=copyq.install
build() {