summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2018-02-12 19:50:07 +0100
committerBernhard Landauer2018-02-12 19:50:07 +0100
commit131c47016513f77cd9a6655221caef8b89898a14 (patch)
tree6586ad9bcb83661d4945aede82a27bbfeda3495c
parent580b9b013d7cf5f70e38ab5d0dfe2d0ec4e89000 (diff)
downloadaur-131c47016513f77cd9a6655221caef8b89898a14.tar.gz
use newer git snapshot
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 8 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5114d23c44..b4e5dfe8b973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 23:05:15 UTC 2016
+# Mon Feb 12 18:49:49 UTC 2018
pkgbase = clipit
pkgdesc = Lightweight GTK+ clipboard manager (fork of Parcellite)
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CristianHenzel/ClipIt/
arch = i686
arch = x86_64
@@ -12,12 +12,8 @@ pkgbase = clipit
depends = gtk2
depends = libappindicator-gtk2
optdepends = xdotool: for automatic paste
- source = ClipIt-a8de309ee006003ab3545d9abbe8c017a7400e62.tar.gz::https://github.com/CristianHenzel/ClipIt//archive/a8de309ee006003ab3545d9abbe8c017a7400e62.tar.gz
- source = pkg-config.patch::https://github.com/0x4d4c/ClipIt/commit/f106391cd739bf4005600646561a7425faef2964.diff
- source = fix_autotool_warnings.patch::https://github.com/0x4d4c/ClipIt/commit/0cbcc22d2cee837fac6ba0583bf5e420f3d10d4e.diff
- md5sums = 07a9c87b2384c6d9be1d2009cfd54e97
- md5sums = 81c12cc419951b9f308c3c733ae86448
- md5sums = f9cb845c32a1c84ce9611fa0d910d9a3
+ source = ClipIt-722fcf73fa0ce8430208c986e50b1c82975de69c.tar.gz::https://github.com/CristianHenzel/ClipIt//archive/722fcf73fa0ce8430208c986e50b1c82975de69c.tar.gz
+ md5sums = 22eb7756fe35e4ce9a5c75aa8430852e
pkgname = clipit
diff --git a/PKGBUILD b/PKGBUILD
index 970c53aca642..4ba54352f656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,30 +3,17 @@
pkgname=clipit
_pkgname=ClipIt
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)"
arch=('i686' 'x86_64')
url="https://github.com/CristianHenzel/ClipIt/"
-_snapshot=a8de309ee006003ab3545d9abbe8c017a7400e62
+_snapshot=722fcf73fa0ce8430208c986e50b1c82975de69c
license=('GPL3')
depends=('gtk2' 'libappindicator-gtk2')
makedepends=('intltool')
optdepends=('xdotool: for automatic paste')
-source=("${_pkgname}-${_snapshot}.tar.gz::${url}/archive/${_snapshot}.tar.gz"
- 'pkg-config.patch::https://github.com/0x4d4c/ClipIt/commit/f106391cd739bf4005600646561a7425faef2964.diff'
- 'fix_autotool_warnings.patch::https://github.com/0x4d4c/ClipIt/commit/0cbcc22d2cee837fac6ba0583bf5e420f3d10d4e.diff')
-md5sums=('07a9c87b2384c6d9be1d2009cfd54e97'
- '81c12cc419951b9f308c3c733ae86448'
- 'f9cb845c32a1c84ce9611fa0d910d9a3')
-
-prepare() {
- cd "${srcdir}/${_pkgname}-${_snapshot}"
- msg2 "fixing some warnings and errors..."
- mv configure.in configure.ac
- patch -p1 < ../pkg-config.patch
- patch -p1 < ../fix_autotool_warnings.patch
- msg "done."
-}
+source=("${_pkgname}-${_snapshot}.tar.gz::${url}/archive/${_snapshot}.tar.gz")
+md5sums=('22eb7756fe35e4ce9a5c75aa8430852e')
build() {
cd "${srcdir}/${_pkgname}-${_snapshot}"