summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2015-09-26 05:40:29 -0400
committerTioDuke2015-09-26 05:40:29 -0400
commit7c5788ec82250bb63f542fcce1cf817a21e89681 (patch)
tree7ebbb01bce5c6d36302136bd6bba3da97a1a9c6a
parent93b1dde7366205a7664f30d0b58de74aa2305808 (diff)
downloadaur-7c5788ec82250bb63f542fcce1cf817a21e89681.tar.gz
Update to latest debian package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04fabe1d73f..835691feb598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qemu-user-static
pkgdesc = A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked.
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.qemu.org/Index.html
arch = i686
arch = x86_64
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-1a_i386.deb
- sha1sums = d66bdceefdb5e44f51477d2f2eafdfe9d0796513
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.4+dfsg-3_i386.deb
+ sha1sums = 84d83a16c60c82b6c579f2f750b04a3ac26c249b
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index e6b76cabfd24..4d03f29439d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked."
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -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-1a_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('d66bdceefdb5e44f51477d2f2eafdfe9d0796513')
-[ "$CARCH" = 'i686' ] && sha1sums=('51eaaca22d6ccf969623453190cffa62c79de480')
+sha1sums=('84d83a16c60c82b6c579f2f750b04a3ac26c249b')
+[ "$CARCH" = 'i686' ] && sha1sums=('d7622ac3ab0b49a0bef007effc856ed5ee8c3b16')
prepare() {
cd "$srcdir"