summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers2018-04-13 23:46:37 -0700
committerEric Biggers2018-04-13 23:49:36 -0700
commitaef1426b95d5af1831e33ac8370cf0f656b5403c (patch)
treeac9c321d2fe3c15d958e6c0492a48fd6f151246f
parente613c7a2590e8bc2510affbf56bab300ff8188ca (diff)
downloadaur-aef1426b95d5af1831e33ac8370cf0f656b5403c.tar.gz
Add git to makedepends() and drop replaces()
-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