summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")