summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2017-05-24 16:35:47 -0400
committerTioDuke2017-05-24 16:35:47 -0400
commit6d7a249ed3bacf1233c7fa33a4dfcb957510b061 (patch)
tree47530dca40ded9b3aa3b99b001aa1ec3a8a87399
parent976b31123f1d43cd1ae7207fbd287fac04cb80a8 (diff)
downloadaur-6d7a249ed3bacf1233c7fa33a4dfcb957510b061.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a840c43469f..c54bda2670e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu May 18 09:52:24 UTC 2017
+# Wed May 24 20:35:44 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 = 6
+ pkgrel = 7
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-5_i386.deb
- sha1sums = a995b4a179283a87b2eb68024bd5f8f155175619
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-6_i386.deb
+ sha1sums = 9983f1e7fc472afcbbe1ecbe26911f2971f6143f
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index dfe05633ce9c..abc96c2f89bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-pkgrel=6
+pkgrel=7
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-5_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-6_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('a995b4a179283a87b2eb68024bd5f8f155175619')
-[ "$CARCH" = 'i686' ] && sha1sums=('73e07c013d0a4e52a447b94a40d55ab183cbc8c0')
+sha1sums=('9983f1e7fc472afcbbe1ecbe26911f2971f6143f')
+[ "$CARCH" = 'i686' ] && sha1sums=('355170a50aefcdffd4b9977d9225152468d29077')
prepare() {
cd "$srcdir"