summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2017-05-07 12:27:14 +0200
committerThomas Sarboni2017-05-07 12:27:14 +0200
commite4f1f789a6f5ebd6b045efdc835f4f56130c4d38 (patch)
tree06d74411ab43e40856e464c51a05dc557d46b995
parent041abaabd2f081c0610f6b0088cfa26d19c60ad5 (diff)
downloadaur-e4f1f789a6f5ebd6b045efdc835f4f56130c4d38.tar.gz
Updated to 5.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759bb9ed188d..168e44c209bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 23 22:39:52 UTC 2016
+# Sun May 7 10:26:56 UTC 2017
pkgbase = reprepro
pkgdesc = A tool to handle local repositories of Debian packages
- pkgver = 4.17.1
+ pkgver = 5.1.1
pkgrel = 1
url = http://mirrorer.alioth.debian.org
arch = i686
@@ -14,8 +14,8 @@ pkgbase = reprepro
depends = bzip2
depends = libarchive
optdepends = apt: Importing from other sources
- source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_4.17.1.orig.tar.gz
- sha256sums = 1f6668d2dba652a71a7d9fddb39dcf949336513b0aaa4c71c14081e833cc2d5c
+ source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_5.1.1.orig.tar.gz
+ sha256sums = fbf1b632e33096845febc6dcb278c4e946272cb6692e2d6c86ca35bb5b1758fc
pkgname = reprepro
diff --git a/PKGBUILD b/PKGBUILD
index ff678e6c348a..ee22b4843a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: max-k <max-k AT post DOT com>
pkgname=reprepro
-pkgver=4.17.1
+pkgver=5.1.1
pkgrel=1
pkgdesc="A tool to handle local repositories of Debian packages"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('db' 'gpgme' 'zlib' 'bzip2' 'libarchive')
optdepends=('apt: Importing from other sources')
source=("http://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
-sha256sums=('1f6668d2dba652a71a7d9fddb39dcf949336513b0aaa4c71c14081e833cc2d5c')
+sha256sums=('fbf1b632e33096845febc6dcb278c4e946272cb6692e2d6c86ca35bb5b1758fc')
build() {
cd "$srcdir/$pkgname-$pkgver"