summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames-Adam Renquinha Henri2020-09-20 09:31:58 -0400
committerJames-Adam Renquinha Henri2020-09-20 09:31:58 -0400
commit3bba985c39731edb1236d146921a95a0b69af807 (patch)
tree74c63385cdb52d5a32032d41b03b0f6d65cd47e4
parente072ee07ff49a437d4c7b995bc81a5856687bba2 (diff)
downloadaur-3bba985c39731edb1236d146921a95a0b69af807.tar.gz
Update PKGBUILD/.SRCINFO with new upstream repo.
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rw-r--r--[-rwxr-xr-x]PKGBUILD9
-rw-r--r--fix-build-path.patch11
3 files changed, 5 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53ea84c5823..858edf397833 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-wisp-hg
pkgdesc = Whitespace to Lisp converter (srfi-119) as a guile module
- pkgver = r1628+.62d6a170aefd+
+ pkgver = r1710.ad2b1867648a
pkgrel = 1
url = http://www.draketo.de/english/wisp
arch = any
@@ -8,9 +8,7 @@ pkgbase = guile-wisp-hg
makedepends = mercurial
depends = guile>=2
provides = wisp
- source = hg+https://bitbucket.org/ArneBab/wisp
- source = fix-build-path.patch
- md5sums = SKIP
+ source = hg+https://hg.sr.ht/~arnebab/wisp
md5sums = SKIP
pkgname = guile-wisp-hg
diff --git a/PKGBUILD b/PKGBUILD
index c2d21bb399bb..4b9240116da1 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=wisp
pkgname=guile-$_name-hg
-pkgver=r1628+.62d6a170aefd+
+pkgver=r1710.ad2b1867648a
pkgrel=1
pkgdesc="Whitespace to Lisp converter (srfi-119) as a guile module"
arch=(any)
@@ -8,11 +8,9 @@ license=(gpl3+)
makedepends=(mercurial)
depends=("guile>=2")
provides=("$_name")
-source=("hg+https://bitbucket.org/ArneBab/wisp"
- "fix-build-path.patch")
+source=("hg+https://hg.sr.ht/~arnebab/wisp")
url="http://www.draketo.de/english/wisp"
-md5sums=(SKIP
- SKIP)
+md5sums=(SKIP)
pkgver() {
cd "$srcdir/$_name" &&
@@ -21,7 +19,6 @@ pkgver() {
prepare() {
cd "$srcdir/$_name"
- patch -i "${srcdir}/fix-build-path.patch"
}
build() {
diff --git a/fix-build-path.patch b/fix-build-path.patch
deleted file mode 100644
index cbe0e07c733a..000000000000
--- a/fix-build-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wisp/Makefile.am.orig 2019-06-04 18:08:38.341783769 -0400
-+++ wisp/Makefile.am 2019-06-04 18:03:12.011228420 -0400
-@@ -34,7 +34,7 @@
-
- # precompile all scheme files
- .scm.go:
-- $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
-+ $(GUILE_TOOLS) compile -L . $(GUILE_WARNINGS) -o "$@" "$<"
-
- wisp2lisp: wisp.scm ## build only the wisp2lisp converter
- cp $< $@