summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentTreguier2017-05-08 14:29:48 +0200
committerLaurentTreguier2017-05-08 14:30:37 +0200
commit847ea627cb1c1778488f3579ef5ed5f1c992aacc (patch)
tree128d60cabd7bb9eb4371a3ea946e4382d6e7063e
parentc48eccde03b25815c96aa74d1c90b64a96f206a0 (diff)
downloadaur-lzfse.tar.gz
Remove git from makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f7114a78a4..60918a0755ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Mon May 8 12:21:55 UTC 2017
+# Mon May 8 12:30:28 UTC 2017
pkgbase = lzfse
pkgdesc = The LZFSE compression library and command line tool
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lzfse/lzfse
arch = i686
arch = x86_64
license = BSD
- makedepends = git
provides = lzfse
source = https://github.com/lzfse/lzfse/archive/lzfse-1.0.tar.gz
md5sums = 53e89f88d9cb0f4cb9c3f366dfb239a9
diff --git a/PKGBUILD b/PKGBUILD
index ded3883c62b2..b9aca663e47b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=lzfse
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="The LZFSE compression library and command line tool"
arch=("i686" "x86_64")
url="https://github.com/lzfse/lzfse"
license=("BSD")
depends=()
-makedepends=("git")
+makedepends=()
optdepends=()
provides=("lzfse")
conficts=("lzfse-git")