[arch-commits] Commit in cern-vdt/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Mon May 25 15:35:18 UTC 2020


    Date: Monday, May 25, 2020 @ 15:35:18
  Author: kgizdov
Revision: 634570

fix source name

Modified:
  cern-vdt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:34:37 UTC (rev 634569)
+++ PKGBUILD	2020-05-25 15:35:18 UTC (rev 634570)
@@ -4,7 +4,7 @@
 pkgname=cern-vdt
 _pkgname=vdt
 pkgver=0.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A vectorised math library from CERN'
 arch=('x86_64')
 url='https://github.com/dpiparo/vdt'
@@ -11,7 +11,7 @@
 license=('LGPL3')
 depends=('glibc')
 makedepends=('cmake' 'python')
-source=("${pkgname}-${pkgver}::https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
 
 build() {



More information about the arch-commits mailing list