summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2019-12-14 19:12:42 +0100
committerdesbma2019-12-14 19:12:42 +0100
commit9506797a9257fa3dbe9a07e7898dcb8c0297d2b2 (patch)
treefd31dc8b4aea89444ea67b8176a51d8019677d33
parent28c5ec2663e1ca87f85d66440d1889738e51389d (diff)
downloadaur-9506797a9257fa3dbe9a07e7898dcb8c0297d2b2.tar.gz
2.33 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1392bc059443..07d3f659a06a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debmirror
pkgdesc = Debian partial mirror script, with ftp and package pool support
- pkgver = 2.32
+ pkgver = 2.33
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.32.tar.xz
- sha512sums = 1f1343ee3ae955b73b4dc90a978f4489e5471dc27b73a0e4bf7f0aec1015b0aecc70e704d581f3a926f739c5296fe96225ec4cdafe59f3acc8139a0f880530d4
+ source = https://mirrors.edge.kernel.org/debian/pool/main/d/debmirror/debmirror_2.33.tar.xz
+ sha512sums = faac538b7c981901765ad191dd3fdb917e53cf0bac5217f165da3c5661143a11cf46322295f097ad19dd9f08409979d1a121901ce367f8e160e22563febbb381
pkgname = debmirror
diff --git a/PKGBUILD b/PKGBUILD
index 4ecb7b7a828f..8bc924682ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: desbma
pkgname=debmirror
-pkgver=2.32
+pkgver=2.33
pkgrel=1
pkgdesc='Debian partial mirror script, with ftp and package pool support'
url="https://salsa.debian.org/debian/${pkgname}"
@@ -10,20 +10,20 @@ 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=('1f1343ee3ae955b73b4dc90a978f4489e5471dc27b73a0e4bf7f0aec1015b0aecc70e704d581f3a926f739c5296fe96225ec4cdafe59f3acc8139a0f880530d4')
+sha512sums=('faac538b7c981901765ad191dd3fdb917e53cf0bac5217f165da3c5661143a11cf46322295f097ad19dd9f08409979d1a121901ce367f8e160e22563febbb381')
build() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/work"
make all
}
check() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/work"
make check
}
package() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/work"
# see https://packages.debian.org/fr/sid/all/debmirror/filelist
install -Dm 755 debmirror ${pkgdir}/usr/bin/debmirror