summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2024-03-27 10:08:50 +0100
committerlarchunix2024-03-27 10:08:50 +0100
commite93ff97c172d00cbc33c329ad18eac2b787d8817 (patch)
treea2c71cc6823efc4cf1d7301b2e036f27e84b8218
parent3a642373dad5bd6d92b87fe1eb5cefb73b1c29d5 (diff)
downloadaur-createrepo_c.tar.gz
Update to upstream release 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3675e56c06..b1953d744518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = createrepo_c
pkgdesc = A C implementation of createrepo, a tool to create yum repositories
- pkgver = 1.0.4
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/rpm-software-management/createrepo_c
arch = i686
@@ -27,7 +27,7 @@ pkgbase = createrepo_c
depends = zlib
depends = zstd
optdepends = python: for python bindings
- source = https://github.com/rpm-software-management/createrepo_c/archive/1.0.4/createrepo_c-1.0.4.tar.gz
- sha256sums = faa9535644be62bb607b4e6e66228aa7cd57375b11df1c815d0f94a140cc03a5
+ source = https://github.com/rpm-software-management/createrepo_c/archive/1.1.0/createrepo_c-1.1.0.tar.gz
+ sha256sums = 28c8be5c14ea8f4902228c228454b4c4ca5ec6639171509e997f7efd481ee6db
pkgname = createrepo_c
diff --git a/PKGBUILD b/PKGBUILD
index faf6d2e84b70..fa87f49eb1c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=1.0.4
+pkgver=1.1.0
pkgrel=1
pkgdesc="A C implementation of createrepo, a tool to create yum repositories"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('bash-completion' 'cmake>=3.13' 'doxygen'
'pkg-config' 'python' 'python-setuptools' 'python-sphinx')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('faa9535644be62bb607b4e6e66228aa7cd57375b11df1c815d0f94a140cc03a5')
+sha256sums=('28c8be5c14ea8f4902228c228454b4c4ca5ec6639171509e997f7efd481ee6db')
build() {
cd "$pkgname-$pkgver"
@@ -23,7 +23,10 @@ build() {
-DCMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DENABLE_BASHCOMP=ON \
-DENABLE_DRPM=ON \
+ -DENABLE_PYTHON=ON \
+ -DWITH_LEGACY_HASHES=ON \
-DWITH_LIBMODULEMD=ON \
-DWITH_ZCHUNK=ON \
-Wno-dev