summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2020-06-07 16:49:12 +0200
committerSimon Wilper2020-06-07 16:49:12 +0200
commit10f1401709c634afdc4b0c1b6d845a258ebf29d7 (patch)
treee63bb8601112112a23718b88dec31ffe579842ca
parente537ef7ce8c19b0a85cdf14ee182d90baec35b64 (diff)
downloadaur-10f1401709c634afdc4b0c1b6d845a258ebf29d7.tar.gz
update to new download location
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cde339bc39c6..ca4bc404145b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xtl
- pkgdesc = QuantStack tools library - Basic tools (containers, algorithms) used by other quantstack packages
+ pkgdesc = The x template library
pkgver = 0.6.13
pkgrel = 1
- url = https://github.com/QuantStack/xtl
+ url = https://github.com/xtensor-stack/xtl
arch = any
license = BSD-3-Clause
makedepends = cmake
depends = gcc
- source = xtl-0.6.13.tar.gz::https://github.com/QuantStack/xtl/archive/0.6.13.tar.gz
+ source = xtl-0.6.13.tar.gz::https://github.com/xtensor-stack/xtl/archive/0.6.13.tar.gz
sha512sums = 80c9abf8bb13356757eb8a3d72a81675f88f81fdb45a1ac4f650d0ce64b6c95874ed30a80016b0e6b1e8d3bb6eb42b1ded4bff583de8c4d99c8d2dc3cde953af
pkgname = xtl
diff --git a/PKGBUILD b/PKGBUILD
index 40e4987d69d1..65be8cc5a1b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xtl
pkgver=0.6.13
pkgrel=1
-pkgdesc="QuantStack tools library - Basic tools (containers, algorithms) used by other quantstack packages"
+pkgdesc="The x template library"
arch=('any')
-url="https://github.com/QuantStack/xtl"
+url="https://github.com/xtensor-stack/${pkgname}"
license=('BSD-3-Clause')
depends=('gcc')
makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QuantStack/xtl/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
build() {
cd "${pkgname}-${pkgver}"