summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Koch2014-07-17 23:54:09 +0200
committerChristopher Koch2014-07-17 23:54:09 +0200
commit0a5501486d31b6ccf3ec9c9ba1b3fc00ca0ce176 (patch)
tree3b22fdb11e4fd3ef155970cd6c1343274792ed84
parentb22d5cadb70ef87022a50681fba322cdb83d21c9 (diff)
downloadaur-0a5501486d31b6ccf3ec9c9ba1b3fc00ca0ce176.tar.gz
DPKG updated to version 1.16.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bd85cceb83..f0c81a11caaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dpkg
pkgdesc = The Debian Package Manager. Don't use it instead of Arch's 'pacman'.
- pkgver = 1.16.12
+ pkgver = 1.16.15
pkgrel = 1
url = http://packages.debian.org/dpkg
arch = i686
@@ -19,9 +19,9 @@ pkgbase = dpkg
optdepends = fakeroot
conflicts = dpkg-ubuntu
replaces = dpkg-ubuntu
- source = http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.16.12.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.16.15.tar.xz
source = dpkg-gzip-rsyncable.patch
- md5sums = b7e9cac52ff7882b088a3058b52081b5
+ md5sums = 0e7d105a57839cdab2b0bf5e3612442f
md5sums = 5ab63758999e9bb10f84bce79a0307b2
pkgname = dpkg
diff --git a/PKGBUILD b/PKGBUILD
index 4ceaa123b6d1..93ef3450a227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
# Contributor: seblu <seblu+arch (at) seblu.net>
# Contributor: squiddo <squiddo (at) intheocean.net>
# Contributor: dront78 <dront78 (at) gmail.com>
+# Contributor: hugelgupf <ckoch (at) cs.nmt.edu>
#
# NOTE: To request changes to this package, please submit a pull request
# to the GitHub repository at https://github.com/ido/packages-archlinux
# Otherwise, open a GitHub issue. Thank you! -Ido
#
pkgname=dpkg
-pkgver=1.16.12
+pkgver=1.16.15
pkgrel=1
pkgdesc="The Debian Package Manager. Don't use it instead of Arch's 'pacman'."
arch=('i686' 'x86_64')
@@ -26,7 +27,7 @@ source=(
http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz
dpkg-gzip-rsyncable.patch
)
-md5sums=('b7e9cac52ff7882b088a3058b52081b5'
+md5sums=('0e7d105a57839cdab2b0bf5e3612442f'
'5ab63758999e9bb10f84bce79a0307b2')
build() {