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

David Runge dvzrv at archlinux.org
Sat Jun 20 09:25:05 UTC 2020


    Date: Saturday, June 20, 2020 @ 09:24:59
  Author: dvzrv
Revision: 648252

upgpkg: libiio 0.21-2: Rebuilding because upstream removed the 0.21 tag and replaced it with a v0.21 tag.

Modified:
  libiio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 09:24:24 UTC (rev 648251)
+++ PKGBUILD	2020-06-20 09:24:59 UTC (rev 648252)
@@ -2,7 +2,7 @@
 
 pkgname=libiio
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
 arch=('x86_64')
 url="https://github.com/analogdevicesinc/libiio"
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'libusb' 'python' 'python-setuptools')
 optdepends=('python: Python bindings')
 provides=('libiio.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/analogdevicesinc/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/analogdevicesinc/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0')
 
 build() {



More information about the arch-commits mailing list