summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Charrett2016-11-11 20:38:20 +0000
committerAlex Charrett2016-11-11 20:38:20 +0000
commiteed012dd9fb62ac6a1147771bd32531f53f9c816 (patch)
treede82ad94dcf36230ac15b2979a6177dc34255926 /PKGBUILD
parent257276ec9bed1d4a93ff5b3807f1af59f73f426b (diff)
downloadaur-eed012dd9fb62ac6a1147771bd32531f53f9c816.tar.gz
updated for apt-mirror 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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