summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2019-04-29 13:44:21 +0200
committerThomas Sarboni2019-04-29 13:44:21 +0200
commitf4b80dffc94ac0d94e27ef8c4bf9d1604f26cc20 (patch)
tree74bac6dfa1f181ae5ff83bee706c3079860c2723
parente4f1f789a6f5ebd6b045efdc835f4f56130c4d38 (diff)
downloadaur-f4b80dffc94ac0d94e27ef8c4bf9d1604f26cc20.tar.gz
Updated to 5.3.0 and improve dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168e44c209bc..aea11212b208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 7 10:26:56 UTC 2017
+# Mon Apr 29 11:43:00 UTC 2019
pkgbase = reprepro
pkgdesc = A tool to handle local repositories of Debian packages
- pkgver = 5.1.1
+ pkgver = 5.3.0
pkgrel = 1
url = http://mirrorer.alioth.debian.org
arch = i686
@@ -13,9 +13,15 @@ pkgbase = reprepro
depends = zlib
depends = bzip2
depends = libarchive
+ depends = libgpg-error
+ depends = zlib
optdepends = apt: Importing from other sources
- source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_5.1.1.orig.tar.gz
- sha256sums = fbf1b632e33096845febc6dcb278c4e946272cb6692e2d6c86ca35bb5b1758fc
+ optdepends = gnupg
+ optdepends = inoticoming
+ optdepends = lzip
+ optdepends = pinentry
+ source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_5.3.0.orig.tar.gz
+ sha256sums = 5a5404114b43a2d4ca1f8960228b1db32c41fb55de1996f62bc1b36001f3fab4
pkgname = reprepro
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"