summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2022-03-20 10:04:17 +0100
committerCyril Levis2022-03-20 10:04:17 +0100
commit0847977d55daa08440d3d6db962e17e1626df622 (patch)
tree94dc27895638a70adc8fccb873397a8548751dd8
parentf1b1242302a7bc1afaf492480eede8638bd06908 (diff)
downloadaur-0847977d55daa08440d3d6db962e17e1626df622.tar.gz
upgpkg: nmtrust-git r25.79bbcf5-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b0ce6b5d91..01133c330f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nmtrust-git
pkgdesc = A simple framework for determining network trust with NetworkManager
pkgver = r25.79bbcf5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pigmonkey/nmtrust
arch = any
license = GPL
@@ -9,8 +9,7 @@ pkgbase = nmtrust-git
depends = systemd
depends = networkmanager
conflicts = nmtrust
- source = git://github.com/pigmonkey/nmtrust.git
+ source = git+https://github.com/pigmonkey/nmtrust.git
sha512sums = SKIP
pkgname = nmtrust-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f571ec738ce5..c29715c085d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyrinux <pkgbuilds AT levis DOT name>
pkgname=nmtrust-git
pkgver=r25.79bbcf5
-pkgrel=2
+pkgrel=3
pkgdesc="A simple framework for determining network trust with NetworkManager"
arch=('any')
depends=('systemd' 'networkmanager')
@@ -10,7 +10,7 @@ license=('GPL')
makedepends=('git')
provide=('nmtrust')
conflicts=('nmtrust')
-source=("git://github.com/pigmonkey/nmtrust.git")
+source=("git+https://github.com/pigmonkey/nmtrust.git")
sha512sums=('SKIP')
pkgver() {