summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2017-08-06 06:59:04 -0400
committerTioDuke2017-08-06 06:59:04 -0400
commit71cfb55700c69e2617880d54ff6fbb906db1c2a4 (patch)
tree6a9becea41c238ab577e146f64ccabbab595744d
parent6d7a249ed3bacf1233c7fa33a4dfcb957510b061 (diff)
downloadaur-71cfb55700c69e2617880d54ff6fbb906db1c2a4.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 c54bda2670e8..919d30b04bec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed May 24 20:35:44 UTC 2017
+# Sun Aug 6 10:58:53 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 = 7
+ pkgrel = 8
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-6_i386.deb
- sha1sums = 9983f1e7fc472afcbbe1ecbe26911f2971f6143f
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-7_i386.deb
+ sha1sums = 5688c6b2bf8fd6f04d7f20ca524782b636e85a85
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index abc96c2f89bf..691c088557ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-pkgrel=7
+pkgrel=8
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-6_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-7_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('9983f1e7fc472afcbbe1ecbe26911f2971f6143f')
-[ "$CARCH" = 'i686' ] && sha1sums=('355170a50aefcdffd4b9977d9225152468d29077')
+sha1sums=('5688c6b2bf8fd6f04d7f20ca524782b636e85a85')
+[ "$CARCH" = 'i686' ] && sha1sums=('18b2ec72a270195cd5c984f2dd4da3d3e01a5a95')
prepare() {
cd "$srcdir"