summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f671d3416ef..425f885b9e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libdeflate-git
pkgdesc = Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
pkgver = 1.0.r0.g9a327aa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ebiggers/libdeflate
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
depends = glibc
provides = libdeflate
conflicts = libdeflate
- replaces = libdeflate
options = staticlibs
source = git+https://github.com/ebiggers/libdeflate.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c2ac54fa799..625c9dd3207b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=libdeflate-git
pkgver=1.0.r0.g9a327aa
-pkgrel=1
+pkgrel=2
pkgdesc="Heavily optimized library for DEFLATE/zlib/gzip compression and decompression"
arch=('i686' 'x86_64')
url="https://github.com/ebiggers/libdeflate"
license=('MIT')
depends=('glibc')
+makedepends=('git')
options=('staticlibs')
source=('git+https://github.com/ebiggers/libdeflate.git')
sha256sums=('SKIP')
conflicts=('libdeflate')
provides=('libdeflate')
-replaces=('libdeflate')
pkgver() {
cd libdeflate