summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsph2019-06-04 20:13:51 +0200
committersph2019-06-04 20:13:51 +0200
commitc513dd9ad2de961bafc06da63ecc7eb2716bdc64 (patch)
treec38466e22dc049dffa322ebeb3e372289b4ba758 /PKGBUILD
parentbc10d8ee6d787215b2e0eaabe986ffe14cfb9bdb (diff)
downloadaur-c513dd9ad2de961bafc06da63ecc7eb2716bdc64.tar.gz
update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2baae994cb40..724ec9dab9c5 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_name=wisp
pkgname=guile-$_name-hg
-pkgver=r1383.34fb66b99fad
+pkgver=r1623.9b0863aad000
pkgrel=1
-pkgdesc="wisp (srfi-119) as a language for guile"
+pkgdesc="wisp is a whitespace to lisp converter (srfi-119). guile module"
arch=(any)
license=(gpl3+)
makedepends=(mercurial)
depends=("guile>=2")
provides=("$_name")
-source=("hg+http://draketo.de/proj/$_name#branch=stable")
+source=("hg+https://bitbucket.org/ArneBab/wisp#branch=stable")
url="http://www.draketo.de/english/wisp"
md5sums=(SKIP)
install="$pkgname.install"