[arch-commits] Commit in c-xsc/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 8 07:51:49 UTC 2020


    Date: Friday, May 8, 2020 @ 07:51:48
  Author: arojas
Revision: 625545

BUILDINFO rebuild

Modified:
  c-xsc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 07:41:44 UTC (rev 625544)
+++ PKGBUILD	2020-05-08 07:51:48 UTC (rev 625545)
@@ -2,14 +2,14 @@
 
 pkgname=c-xsc
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ class library"
 arch=(x86_64)
-url="http://www2.math.uni-wuppertal.de/~xsc/"
+url="http://www2.math.uni-wuppertal.de/org/WRST/xsc-frame/index.html"
 license=(GPL2)
 depends=(gcc-libs)
 makedepends=()
-source=("http://www2.math.uni-wuppertal.de/~xsc/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz")
+source=("http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz")
 sha256sums=('fd0d824fd94bef3aae55b95e5ef19342b653fe3ff4fb561364e942c809eb616b')
 
 build() {
@@ -23,4 +23,3 @@
   cd cxsc-${pkgver//./-}
   make install DESTDIR="$pkgdir"
 }
-



More information about the arch-commits mailing list