makedeb
A simplicity-focused packaging tool for Debian archives
Click here to go back to the commit logs for makedeb-alpha.
Hash: 1b63cad5ab7dac7d4123ae1828cea0abd954f5c5
Message: Updated version to 16.1.0-alpha14
diff --git a/.SRCINFO b/.SRCINFO
index 074ad31..10191d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = makedeb-alpha
pkgbase = makedeb-alpha
pkgdesc = A simplicity-focused packaging tool for Debian archives
-pkgrel = alpha13
+pkgrel = alpha14
pkgver = 16.1.0
url = https://github.com/makedeb/makedeb
arch = any
@@ -26,7 +26,7 @@ makedepends = git
makedepends = make
makedepends = jq
provides = makedeb=16.1.0
-source = makedeb::git+https://github.com/makedeb/makedeb/#tag=v16.1.0-alpha13
+source = makedeb::git+https://github.com/makedeb/makedeb/#tag=v16.1.0-alpha14
sha256sums = SKIP
makedepends = asciidoctor
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 5699506..ba930d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _target=mpr
pkgname=makedeb-alpha
pkgver=16.1.0
-pkgrel=alpha13
+pkgrel=alpha14
pkgdesc="A simplicity-focused packaging tool for Debian archives"
arch=('any')
depends=(
@@ -49,7 +49,7 @@ build() {
local no_worker_sizes_distros=('bionic')
export DPKG_ARCHITECTURE="${MAKEDEB_DPKG_ARCHITECTURE}"
- if in_array "${MAKEDEB_DISTRO_CODENAME}" "${no_worker_sizes_distros[@]}"; then
+ if ! in_array "${MAKEDEB_DISTRO_CODENAME}" "${no_worker_sizes_distros[@]}"; then
export RUST_APT_WORKER_SIZES=1
fi
@@ -62,4 +62,4 @@ package() {
just package
}
-# vim: set syntax=bash sw=4 expandtab:
\ No newline at end of file
+# vim: set syntax=bash sw=4 expandtab: