summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2015-10-24 05:44:59 -0400
committerTioDuke2015-10-24 05:44:59 -0400
commit11cc5794f0c27d760afff87365ac4d30393b332d (patch)
tree08c297312624c55306453b1eede9cff76bcb4c6e
parent7c5788ec82250bb63f542fcce1cf817a21e89681 (diff)
downloadaur-11cc5794f0c27d760afff87365ac4d30393b332d.tar.gz
Update to latest debian package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835691feb598..7f25a8bc87fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = qemu-user-static
license = GPL2
license = LGPL2.1
optdepends = binfmt-support: to allow handling foreign ELF binaries and executing them via qemu
- source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.4+dfsg-3_i386.deb
- sha1sums = 84d83a16c60c82b6c579f2f750b04a3ac26c249b
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.4+dfsg-4_i386.deb
+ sha1sums = b57637bb2d78ce21f7ed1b62e89617bee3681ba8
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 4d03f29439d1..1c058c71179f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,10 @@ optdepends=('binfmt-support: to allow handling foreign ELF binaries and executin
conflicts=()
_arch=i386
[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-4_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('84d83a16c60c82b6c579f2f750b04a3ac26c249b')
-[ "$CARCH" = 'i686' ] && sha1sums=('d7622ac3ab0b49a0bef007effc856ed5ee8c3b16')
+sha1sums=('b57637bb2d78ce21f7ed1b62e89617bee3681ba8')
+[ "$CARCH" = 'i686' ] && sha1sums=('74846b3f7a7bd3f45ea7fb6ec61fcad45b351374')
prepare() {
cd "$srcdir"