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

Levente Polyak anthraxx at archlinux.org
Thu Sep 12 18:57:17 UTC 2019


    Date: Thursday, September 12, 2019 @ 18:57:16
  Author: anthraxx
Revision: 509761

upgpkg: libcli 1.10.0-1

Modified:
  libcli/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 18:53:19 UTC (rev 509760)
+++ PKGBUILD	2019-09-12 18:57:16 UTC (rev 509761)
@@ -3,8 +3,8 @@
 # Contributor: Mike Roberts <noodlesgc at gmail.com>
 
 pkgname=libcli
-pkgver=1.9.7
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Library for including a Cisco-like command-line interface into other software'
 url='https://github.com/dparrish/libcli'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('LGPL2.1')
 depends=('glibc')
 provides=('libcli.so')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dparrish/libcli/archive/v${pkgver}.tar.gz)
-sha512sums=('b2dacfd40bc068ddcc0dc3d60576ef2f7d7e2af80b93c6e7ae899d654afca6f0f8d2df2b33c9c8e760bdbea9aa2eaf757029d46032dcf307341f78f1a8f4f66f')
+source=(https://github.com/dparrish/libcli/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0d8aaad55982581aef637a30f8824557d8460f95503d9731df15a176af7a5b928945bacff0d0cbbc1f4c196ac0c7bc207197cca1873f8f57cd511962f1bbed19')
 
 prepare() {
   sed -i 's/-Werror//' ${pkgname}-${pkgver}/Makefile



More information about the arch-commits mailing list