summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Charrett2016-11-11 20:38:20 +0000
committerAlex Charrett2016-11-11 20:38:20 +0000
commiteed012dd9fb62ac6a1147771bd32531f53f9c816 (patch)
treede82ad94dcf36230ac15b2979a6177dc34255926
parent257276ec9bed1d4a93ff5b3807f1af59f73f426b (diff)
downloadaur-eed012dd9fb62ac6a1147771bd32531f53f9c816.tar.gz
updated for apt-mirror 0.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d25e3add212a..21c201e966f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = apt-mirror
pkgdesc = APT sources mirroring tool
- pkgver = 0.5.1
- pkgrel = 2
- url = http://packages.debian.org/source/sid/apt-mirror
+ pkgver = 0.5.2
+ pkgrel = 1
+ url = https://apt-mirror.github.io/
arch = i686
arch = x86_64
license = GPL
depends = perl
backup = etc/apt/mirror.list
backup = etc/apt/mirror_jessie.list
- source = http://ftp.de.debian.org/debian/pool/main/a/apt-mirror/apt-mirror_0.5.1.orig.tar.xz
- md5sums = b826e868ea439aa960433ceceb63e19d
+ source = http://ftp.de.debian.org/debian/pool/main/a/apt-mirror/apt-mirror_0.5.2.orig.tar.xz
+ md5sums = 4a5c552630ecb8e1bf6460340d79cb1a
pkgname = apt-mirror
diff --git a/PKGBUILD b/PKGBUILD
index 5998da012a00..f9c50ae41e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Contributor: $pooky Hunter <spookyh+arch@gmail.org>
pkgname=apt-mirror
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="APT sources mirroring tool"
arch=('i686' 'x86_64')
-url="http://packages.debian.org/source/sid/apt-mirror"
+url="https://apt-mirror.github.io/"
license=('GPL')
depends=('perl')
makedepends=('')
source=(http://ftp.de.debian.org/debian/pool/main/a/apt-mirror/apt-mirror_$pkgver.orig.tar.xz)
-md5sums=('b826e868ea439aa960433ceceb63e19d')
+md5sums=('4a5c552630ecb8e1bf6460340d79cb1a')
backup=('etc/apt/mirror.list' 'etc/apt/mirror_jessie.list')
-build() {
+package() {
cd $srcdir/$pkgname-$pkgver
install -d ${pkgdir}/etc/apt
install -d ${pkgdir}/usr/bin