summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Charrett2020-02-05 10:51:54 +0000
committerAlex Charrett2020-02-05 10:51:54 +0000
commit3399022cf4e0f12d0ddbba254f9b4a04097321fc (patch)
tree81e43c3fc1b5d0aadb0d07b305cd4b30c058fc7e /PKGBUILD
parent049bff67b26de0977c6ef79b3707f3463e874ab8 (diff)
downloadaur-3399022cf4e0f12d0ddbba254f9b4a04097321fc.tar.gz
fixing makedepends error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9281222e3a80..e41a20c37717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=apt-mirror
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="APT sources mirroring tool"
arch=('i686' 'x86_64')
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=('3935851c7822f671b8ce7fd694bc9282')
backup=('etc/apt/mirror.list' 'etc/apt/mirror_jessie.list')