summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Biggers2018-04-13 23:46:37 -0700
committerEric Biggers2018-04-13 23:49:36 -0700
commitaef1426b95d5af1831e33ac8370cf0f656b5403c (patch)
treeac9c321d2fe3c15d958e6c0492a48fd6f151246f /PKGBUILD
parente613c7a2590e8bc2510affbf56bab300ff8188ca (diff)
downloadaur-aef1426b95d5af1831e33ac8370cf0f656b5403c.tar.gz
Add git to makedepends() and drop replaces()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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