summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-06-17 12:10:02 -0400
committerGuillaume Horel2018-06-17 12:10:02 -0400
commitd87f887c3d6ae4e125160cd4eab2e11dbc9b6a3d (patch)
tree6c2aca25eeebc99dad8cb8a68360acbe0cac2f03
parent57765f5a58fffc31d12c71437e4fc38ccc6a984f (diff)
downloadaur-d87f887c3d6ae4e125160cd4eab2e11dbc9b6a3d.tar.gz
update dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d403b5a035c4..2a6ad281940a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = minizip-git
- pkgver = 1.2.11
+ pkgver = 2.3.3
pkgrel = 1
epoch = 2
- url = https://www.zlib.net/
+ url = https://github.com/nmoinvaz/minizip
arch = x86_64
license = custom
makedepends = git
makedepends = cmake
depends = glibc
+ depends = libbsd
+ depends = zlib
conflicts = minizip
- source = git+https://github.com/nmoinvaz/minizip.git
+ source = git+https://github.com/nmoinvaz/minizip.git#commit=7bdfbf4
sha256sums = SKIP
pkgname = minizip-git
diff --git a/PKGBUILD b/PKGBUILD
index 710a6762d74f..4649943a76a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=minizip-git
_pkgname=minizip
epoch=2
-pkgver=1.2.11
+pkgver=2.3.3
pkgrel=1
arch=('x86_64')
license=('custom')
url="https://github.com/nmoinvaz/minizip"
-depends=('glibc')
+depends=('glibc' 'libbsd' 'zlib')
makedepends=('git' 'cmake')
conflicts=('minizip')
-source=("git+https://github.com/nmoinvaz/minizip.git")
+source=("git+https://github.com/nmoinvaz/minizip.git#commit=7bdfbf4")
sha256sums=('SKIP')
build() {