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

Christian Rebischke shibumi at archlinux.org
Fri Feb 28 11:59:02 UTC 2020


    Date: Friday, February 28, 2020 @ 11:59:02
  Author: shibumi
Revision: 585780

upgpkg: arch-audit 0.1.12-1 new url + fix #65589

Modified:
  arch-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-28 11:46:38 UTC (rev 585779)
+++ PKGBUILD	2020-02-28 11:59:02 UTC (rev 585780)
@@ -2,16 +2,16 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=arch-audit
-pkgver=0.1.11
+pkgver=0.1.12
 pkgrel=1
 pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
-url='https://github.com/ilpianista/arch-audit'
+url='https://gitlab.com/ilpianista/arch-audit'
 depends=('curl' 'openssl')
 makedepends=('cargo' 'pkg-config')
 arch=('x86_64')
 license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ilpianista/arch-audit/archive/${pkgver}.tar.gz")
-sha512sums=('ae6f02709df472ab89d0f9d9897375314a5bbee5cd348dc612e477e63482a376b8c5f3d08e03ded5687bae738bc9c346c1b0d0db0fdd16aba3de16807f54ba1e')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/ilpianista/arch-audit/-/archive/${pkgver}/arch-audit-${pkgver}.tar.gz")
+sha512sums=('1c63f6292b780cc3f2e64a5951472242f8dbac819f1bfb9185a276209b52f7ba6e0e2fa92388cd9ea30d11eaf80881650911d674ed59d598ab5173772ddd388d')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list