summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2016-01-05 20:23:42 +0100
committerThomas Sarboni2016-01-05 20:23:42 +0100
commitdb055b4ea6fb81b74c14d7eca62f77ac818bfba3 (patch)
tree43df29690c497ee99227ab9c70064b1fcd34cc68
parentf9a66166f12b3aecfc8b3c07c3ce857bf39345a0 (diff)
downloadaur-db055b4ea6fb81b74c14d7eca62f77ac818bfba3.tar.gz
Updated to 4.0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0707f88718f..fbf9b0b71c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Jan 5 19:23:25 UTC 2016
pkgbase = reprepro
pkgdesc = A tool to handle local repositories of Debian packages
- pkgver = 4.16.0
+ pkgver = 4.17.0
pkgrel = 1
url = http://mirrorer.alioth.debian.org
arch = i686
@@ -12,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.16.0.orig.tar.gz
- sha256sums = fdd2cae3f23b26e3b44734925af5afb76486a46bde104254eb04d8344d98f591
+ source = http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_4.17.0.orig.tar.gz
+ sha256sums = 97ef4dc26f6f81981a591d620adadb233074a36d7e042d56711eb4e885ce68fa
pkgname = reprepro
diff --git a/PKGBUILD b/PKGBUILD
index c085950f21fe..5e80568d4eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: max-k <max-k AT post DOT com>
pkgname=reprepro
-pkgver=4.16.0
+pkgver=4.17.0
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=('fdd2cae3f23b26e3b44734925af5afb76486a46bde104254eb04d8344d98f591')
+sha256sums=('97ef4dc26f6f81981a591d620adadb233074a36d7e042d56711eb4e885ce68fa')
build() {
cd "$srcdir/$pkgname-$pkgver"