summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Koloska2017-06-29 00:15:49 +0200
committerUwe Koloska2017-06-29 00:15:49 +0200
commit0f2710552367b6aae3a815575388b3aaace7f061 (patch)
tree44635f72876d2f0fcf01ba1300a5485dc861e9d0
parent638bdb8e0172a1291c631ea06744c2b54b77b004 (diff)
downloadaur-0f2710552367b6aae3a815575388b3aaace7f061.tar.gz
update download URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eab362e118cb..d4aad0ab91fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 22:33:56 UTC 2016
+# Wed Jun 28 22:13:23 UTC 2017
pkgbase = libtasn1-3
pkgdesc = tasn1-3 library (shared objects)
pkgver = 2.13
@@ -9,10 +9,10 @@ pkgbase = libtasn1-3
arch = x86_64
license = LGPL2.1
depends = glibc
- source_i686 = http://security.debian.org/debian-security/pool/updates/main/libt/libtasn1-3/libtasn1-3_2.13-2+deb7u3_i386.deb
- md5sums_i686 = 2247bdd066e7241aefe622186ecfdf85
- source_x86_64 = http://security.debian.org/debian-security/pool/updates/main/libt/libtasn1-3/libtasn1-3_2.13-2+deb7u3_amd64.deb
- md5sums_x86_64 = 709f6c8c4d523de919b9ea51f41996b1
+ source_i686 = http://security.debian.org/debian-security/pool/updates/main/libt/libtasn1-3/libtasn1-3_2.13-2+deb7u4_i386.deb
+ md5sums_i686 = 0620041e9810d7a5cbd4c488e63ac611
+ source_x86_64 = http://security.debian.org/debian-security/pool/updates/main/libt/libtasn1-3/libtasn1-3_2.13-2+deb7u4_amd64.deb
+ md5sums_x86_64 = 275825c0aa875dd0f540b314f99aeec2
pkgname = libtasn1-3
diff --git a/PKGBUILD b/PKGBUILD
index 43fc3917218d..44257efc68c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://www.gnu.org/software/libtasn1/"
license=(LGPL2.1)
depends=(glibc)
-_debver=deb7u3
+_debver=deb7u4
_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=('2247bdd066e7241aefe622186ecfdf85')
-md5sums_x86_64=('709f6c8c4d523de919b9ea51f41996b1')
+md5sums_i686=('0620041e9810d7a5cbd4c488e63ac611')
+md5sums_x86_64=('275825c0aa875dd0f540b314f99aeec2')
package() {