summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2018-02-12 19:50:07 +0100
committerBernhard Landauer2018-02-12 19:50:07 +0100
commit131c47016513f77cd9a6655221caef8b89898a14 (patch)
tree6586ad9bcb83661d4945aede82a27bbfeda3495c /PKGBUILD
parent580b9b013d7cf5f70e38ab5d0dfe2d0ec4e89000 (diff)
downloadaur-131c47016513f77cd9a6655221caef8b89898a14.tar.gz
use newer git snapshot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 4 insertions, 17 deletions
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}"