Updated. It should work now.
Search Criteria
Package Details: sw-hg r42.2c909bacb97d-2
Package Actions
| Package Base: | sw-hg |
|---|---|
| Description: | Suckless Web-framework |
| Upstream URL: | http://nibble.develsec.org/projects/sw.html |
| Category: | devel |
| Licenses: | |
| Submitter: | lowfatcomputing |
| Maintainer: | lowfatcomputing |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2012-08-06 13:36 |
| Last Updated: | 2013-12-27 18:57 |
Latest Comments
Comment by lowfatcomputing
Comment by mlotze
Build fails with
==> Starting build()...
==> Connecting to Mercurial server....
abort: 'http://nibble.develsec.org/hg/' does not appear to be an hg repository:
My workaround:
--- PKGBUILD.old 2013-12-18 13:17:29.647355212 +0100
+++ PKGBUILD 2013-12-18 13:11:38.690670925 +0100
@@ -20,6 +20,7 @@
_hgroot=http://nibble.develsec.org/hg/
_hgrepo=sw
+_hgcat=http://nibble.develsec.org/hg/sw
build() {
cd "$srcdir"
@@ -30,7 +31,8 @@
hg pull -u
msg "The local files are updated."
else
- hg clone "$_hgroot" "$_hgrepo"
+ #hg clone "$_hgroot" "$_hgrepo"
+ hg clone "$_hgcat"
fi
msg "Mercurial checkout done or server timeout"