Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88a41f403c1bee5d1e8893fe83b2b9a84afe78af
commit 88a41f403c1bee5d1e8893fe83b2b9a84afe78af Author: Miklos Vajna <[email protected]> Date: Thu Jul 6 16:54:03 2017 +0200 liborcus-0.12.1-1-x86_64 - fix up2date; gitlab switched to loading the rendered markdown readme with js, so need to parse the markdown source instead, sigh diff --git a/source/xoffice/liborcus/FrugalBuild b/source/xoffice/liborcus/FrugalBuild index 7cdb990..6bc30c3 100644 --- a/source/xoffice/liborcus/FrugalBuild +++ b/source/xoffice/liborcus/FrugalBuild @@ -10,7 +10,7 @@ depends=('libboost>=1.61.0') makedepends=('mdds>=1.2.1-2' 'boost>=1.61.0') groups=('xoffice') archs=("x86_64") -up2date="Flasttar https://gitlab.com/orcus/orcus" +up2date="lynx -source -dump ${url}/raw/master/README.md|grep '\.tar\.xz'|sed 's/.*liborcus-\(.*\)\.tar\.xz.*/\1/'|head -n 1" source=(http://kohei.us/files/orcus/src/$pkgname-$pkgver.tar.xz) sha1sums=('c56cd0c61218a43cf1e97b028e469c407035bf08') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
