summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2023-10-19 23:05:40 +0200
committerdesbma2023-10-19 23:05:40 +0200
commit608661162a2cbd0ede280799d1f466d66c0e068d (patch)
tree8f3477a9ba363cdecd053094edfe0d4b830e8d17
parent3331a37d0bf6256a3e53561b6671c4d11459cebf (diff)
downloadaur-debmirror.tar.gz
upgpkg: debmirror 2.38-1
upstream release debmirror 2.38
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59b749eafc60..53088002913b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debmirror
pkgdesc = Debian partial mirror script, with ftp and package pool support
- pkgver = 2.37
+ pkgver = 2.38
pkgrel = 1
url = https://salsa.debian.org/debian/debmirror
arch = any
@@ -10,11 +10,12 @@ pkgbase = debmirror
depends = perl-lockfile-simple
depends = perl-libwww
depends = rsync
+ depends = xz
optdepends = diffutils
optdepends = ed
optdepends = gnupg
optdepends = patch
- source = https://salsa.debian.org/debian/debmirror/-/archive/debian/1%252.37/debmirror-debian-1%252.37.tar.bz2
- sha512sums = cdca294e0f689e6dc3020bcba35870a35924263e541c8cbf9076efe277e02d2fc0b15e02938e2736939e9dadf326f960f165ecc303c51a2718296621ecc85287
+ source = https://salsa.debian.org/debian/debmirror/-/archive/debian/1%252.38/debmirror-debian-1%252.38.tar.bz2
+ sha512sums = 8884a209be0b6210e78c3353cb4b6f8a679284fa9f706fa00f9de443e82caef0c054520220737f71a2982d9bb00396883ebae8009a0c04d8c6d735fc91bd67b3
pkgname = debmirror
diff --git a/PKGBUILD b/PKGBUILD
index 0bfd1e250653..fd8d57111e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=debmirror
-pkgver=2.37
+pkgver=2.38
pkgrel=1
pkgdesc='Debian partial mirror script, with ftp and package pool support'
url="https://salsa.debian.org/debian/${pkgname}"
arch=('any')
license=('GPL2')
# see https://packages.debian.org/fr/sid/debmirror
-depends=('bzip2' 'perl-lockfile-simple' 'perl-libwww' 'rsync')
+depends=('bzip2' 'perl-lockfile-simple' 'perl-libwww' 'rsync' 'xz')
optdepends=('diffutils' 'ed' 'gnupg' 'patch')
makedepends=('pod2man')
source=("https://salsa.debian.org/debian/${pkgname}/-/archive/debian/1%25${pkgver}/${pkgname}-debian-1%25${pkgver}.tar.bz2")
-sha512sums=('cdca294e0f689e6dc3020bcba35870a35924263e541c8cbf9076efe277e02d2fc0b15e02938e2736939e9dadf326f960f165ecc303c51a2718296621ecc85287')
+sha512sums=('8884a209be0b6210e78c3353cb4b6f8a679284fa9f706fa00f9de443e82caef0c054520220737f71a2982d9bb00396883ebae8009a0c04d8c6d735fc91bd67b3')
build() {
cd "${srcdir}/${pkgname}-debian-1%${pkgver}"