summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2021-05-14 05:17:21 -0600
committerBrian Bidulock2021-05-14 05:17:21 -0600
commitd3d5edea1bbd4c3151a2f510757782d6fb9d72ea (patch)
tree408c83b1e9507a240c0f7c90a99729b0d38c90bb /PKGBUILD
parentac59a88ea9e74c770c50cd98692364f9c6c3b6f9 (diff)
downloadaur-wmcliphist.tar.gz
include source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2041016938dd..eab45b48a13a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,18 @@
pkgname=wmcliphist
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A clipboard history dockable application for Window Maker"
arch=('i686' 'x86_64')
-url="http://linux.nawebu.cz/wmcliphist/"
+#url="http://linux.nawebu.cz/wmcliphist/"
+url="https://www.dockapps.net/wmcliphist"
license=('GPL')
depends=('gtk2')
install=wmcliphist.install
-source=(http://linux.nawebu.cz/$pkgname/$pkgname-$pkgver.tar.gz
+#source=(http://linux.nawebu.cz/$pkgname/$pkgname-$pkgver.tar.gz
+source=($pkgname-$pkgver.tar.xz
gtk2.patch)
-md5sums=('81c9627c2955949669d2afa547415a10'
+md5sums=('b1db1c3badca1a230f3c0c5e1ec7bdac'
'c91efc33caad564242fa923ac5ad04eb')
prepare() {