summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-09-04 21:54:06 +0200
committerKevin Majewski2020-09-04 21:54:06 +0200
commitbbd2b031acbd7d1f291c44a609135993c7328f7e (patch)
tree79cca65c3922164f3585ddd01cd7ac3d1727bdd0
parentb73cccdbca12eec978636c450c02785545377fea (diff)
downloadaur-bbd2b031acbd7d1f291c44a609135993c7328f7e.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c1ea196863..0e6bfe1186a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = libmicrodns-git
pkgdesc = Minimal mDNS resolver library
- pkgver = 0.1.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/videolabs/libmicrodns
arch = x86_64
license = LGPL2.1
+ makedepends = git
depends = glibc
provides = libmicrodns.so
provides = libmicrodns
diff --git a/PKGBUILD b/PKGBUILD
index d6318847142d..50099d220984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname=libmicrodns-git
_pkgname=libmicrodns
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc='Minimal mDNS resolver library'
url='https://github.com/videolabs/libmicrodns'
arch=('x86_64')
license=('LGPL2.1')
depends=('glibc')
+makedepends=('git')
provides=('libmicrodns.so' 'libmicrodns')
conflicts=('libmicrodns')
source=("git+https://github.com/videolabs/libmicrodns.git")