summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Sarboni2019-04-29 13:44:21 +0200
committerThomas Sarboni2019-04-29 13:44:21 +0200
commitf4b80dffc94ac0d94e27ef8c4bf9d1604f26cc20 (patch)
tree74bac6dfa1f181ae5ff83bee706c3079860c2723 /PKGBUILD
parente4f1f789a6f5ebd6b045efdc835f4f56130c4d38 (diff)
downloadaur-reprepro.tar.gz
Updated to 5.3.0 and improve dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee22b4843a71..9f68e2ac71a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Maintainer: max-k <max-k AT post DOT com>
pkgname=reprepro
-pkgver=5.1.1
+pkgver=5.3.0
pkgrel=1
pkgdesc="A tool to handle local repositories of Debian packages"
arch=('i686' 'x86_64')
url="http://mirrorer.alioth.debian.org"
license=('GPL')
-depends=('db' 'gpgme' 'zlib' 'bzip2' 'libarchive')
-optdepends=('apt: Importing from other sources')
+depends=('db' 'gpgme' 'zlib' 'bzip2' 'libarchive' 'libgpg-error' 'zlib')
+optdepends=('apt: Importing from other sources'
+ 'gnupg' 'inoticoming' 'lzip' 'pinentry')
source=("http://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
-sha256sums=('fbf1b632e33096845febc6dcb278c4e946272cb6692e2d6c86ca35bb5b1758fc')
+sha256sums=('5a5404114b43a2d4ca1f8960228b1db32c41fb55de1996f62bc1b36001f3fab4')
build() {
cd "$srcdir/$pkgname-$pkgver"