summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2017-04-20 07:30:37 -0400
committerTioDuke2017-04-20 07:30:37 -0400
commitb2fb62df5a065ceddaa3ccc47b44812f9abc53f2 (patch)
tree343df81426544d5b609394ef032e7a6c728eba15
parentebaf70cde3e81d0b93b20425cdf2c12183650731 (diff)
downloadaur-b2fb62df5a065ceddaa3ccc47b44812f9abc53f2.tar.gz
update to latest debian
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172b57db6611..972030bdc949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 11:07:05 UTC 2017
+# Thu Apr 20 11:30:24 UTC 2017
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.8
- pkgrel = 3
+ pkgrel = 4
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.8+dfsg-3_i386.deb
- sha1sums = b25ffe5cc9d403805c61633f789ec51f67826903
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4_i386.deb
+ sha1sums = 9bef9ca596ca5bdafde043125f0e23e7cf40d22d
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 8cd92102ebd1..d161c2def431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-pkgrel=3
+pkgrel=4
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-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-4_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('b25ffe5cc9d403805c61633f789ec51f67826903')
-[ "$CARCH" = 'i686' ] && sha1sums=('aee7d2ae336a4971c566f3c915092aedc297e4ef')
+sha1sums=('9bef9ca596ca5bdafde043125f0e23e7cf40d22d')
+[ "$CARCH" = 'i686' ] && sha1sums=('d54469611074b9b9417dba4674a4466390d782fa')
prepare() {
cd "$srcdir"