summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2021-02-06 22:19:34 +0100
committerdesbma2021-02-06 22:19:34 +0100
commitd2ea2822eb37498f54a84d559bd398694cc8400f (patch)
tree054d96ff00b733b9a7ff3eb83b8fbcce350dff7f
parent01bfbed1dba2fea6487759025097e77fda64eb73 (diff)
downloadaur-d2ea2822eb37498f54a84d559bd398694cc8400f.tar.gz
2.34 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07d3f659a06a..9db384542e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debmirror
pkgdesc = Debian partial mirror script, with ftp and package pool support
- pkgver = 2.33
+ pkgver = 2.34
pkgrel = 1
url = https://salsa.debian.org/debian/debmirror
arch = any
@@ -13,8 +13,8 @@ pkgbase = debmirror
optdepends = ed
optdepends = gnupg
optdepends = patch
- source = https://mirrors.edge.kernel.org/debian/pool/main/d/debmirror/debmirror_2.33.tar.xz
- sha512sums = faac538b7c981901765ad191dd3fdb917e53cf0bac5217f165da3c5661143a11cf46322295f097ad19dd9f08409979d1a121901ce367f8e160e22563febbb381
+ source = https://mirrors.edge.kernel.org/debian/pool/main/d/debmirror/debmirror_2.34.tar.xz
+ sha512sums = 9dbf03d3e75553ec578e8d175cb58c30152208409347db020a2592796238162f030933d0bb306a2edfb4e1c4473a74bc15b7ecb85589f57aa5a80dc788399ccc
pkgname = debmirror
diff --git a/PKGBUILD b/PKGBUILD
index 8bc924682ee7..fa32ebcaa8bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: desbma
pkgname=debmirror
-pkgver=2.33
+pkgver=2.34
pkgrel=1
pkgdesc='Debian partial mirror script, with ftp and package pool support'
url="https://salsa.debian.org/debian/${pkgname}"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('bzip2' 'perl-lockfile-simple' 'perl-libwww' 'rsync')
optdepends=('diffutils' 'ed' 'gnupg' 'patch')
source=("https://mirrors.edge.kernel.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha512sums=('faac538b7c981901765ad191dd3fdb917e53cf0bac5217f165da3c5661143a11cf46322295f097ad19dd9f08409979d1a121901ce367f8e160e22563febbb381')
+sha512sums=('9dbf03d3e75553ec578e8d175cb58c30152208409347db020a2592796238162f030933d0bb306a2edfb4e1c4473a74bc15b7ecb85589f57aa5a80dc788399ccc')
build() {
cd "${srcdir}/work"