summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD1
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26f0a070d26..81e8044398cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Feb 24 06:34:48 UTC 2019
+# Fri Oct 1 01:06:13 UTC 2021
pkgbase = pnputils-git
pkgdesc = PNP utils
- pkgver = 0.1.3+56.g81e685a
+ pkgver = a
pkgrel = 1
url = http://git.debian.org/?p=collab-maint/pnputils.git
arch = i686
arch = x86_64
license = GPL
- provides = pnputils=0.1.3
+ makedepends = git
+ provides = pnputils=a
conflicts = pnputils
source = git+https://gitlab.com/swiftgeek/pnputils.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ef71b4656bd4..5e3974780221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="PNP utils"
arch=('i686' 'x86_64')
url='http://git.debian.org/?p=collab-maint/pnputils.git'
license=('GPL')
+makedepends=('git')
source=('git+https://gitlab.com/swiftgeek/pnputils.git')
md5sums=('SKIP')
conflicts=('pnputils')