summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUwe Koloska2017-08-31 21:06:04 +0200
committerUwe Koloska2017-08-31 21:06:04 +0200
commitb3f7b5b7895ab4de70874733575b2a6b820bfd06 (patch)
tree9157dd174d28b980599a0335822338d7e6aeaa49 /PKGBUILD
parent0f2710552367b6aae3a815575388b3aaace7f061 (diff)
downloadaur-libtasn1-3.tar.gz
use new version of debian package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44257efc68c7..b1ad991e7bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://www.gnu.org/software/libtasn1/"
license=(LGPL2.1)
depends=(glibc)
-_debver=deb7u4
+_debver=deb7u5
_deburl="http://security.debian.org/debian-security/pool/updates/main/libt/libtasn1-3"
if [ "${CARCH}" = "x86_64" ] ; then
@@ -25,8 +25,8 @@ fi
source=()
source_i686=("${_deburl}/libtasn1-3_${pkgver}-${pkgrel}+${_debver}_i386.deb")
source_x86_64=("${_deburl}/libtasn1-3_${pkgver}-${pkgrel}+${_debver}_amd64.deb")
-md5sums_i686=('0620041e9810d7a5cbd4c488e63ac611')
-md5sums_x86_64=('275825c0aa875dd0f540b314f99aeec2')
+md5sums_i686=('5689a4da38c2129445e0965b6c42a22d')
+md5sums_x86_64=('69b79d700bb6bc9066b5ddfd4228728e')
package() {