summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2017-10-09 07:07:48 -0400
committerTioDuke2017-10-09 07:07:48 -0400
commitc23954f37142519c0a2cdd27b0ffa4960a7d5650 (patch)
tree24e51a8d4ff7d8e204dc4de4f4b161cbce8fc575
parentc2e0472ff24de3f1fe75fa67d42ea7d2659ad67b (diff)
downloadaur-c23954f37142519c0a2cdd27b0ffa4960a7d5650.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 b10c9276f7d1..ed4d9c16f157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Oct 2 10:09:56 UTC 2017
+# Mon Oct 9 11:07:27 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.10
- 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.10.0+dfsg-1_i386.deb
- sha1sums = aa9ca0787f35b47e5ff650c7d5fc002388848a28
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.10.0+dfsg-2_i386.deb
+ sha1sums = 54769805a14accc6f2eb40a26fb6f984d817052a
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 6db769bea0cf..34209ecad112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.10
-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}.0+dfsg-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}.0+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('aa9ca0787f35b47e5ff650c7d5fc002388848a28')
-[ "$CARCH" = 'i686' ] && sha1sums=('2165311974a44c8d4e2e0a1c929b4284c929208a')
+sha1sums=('54769805a14accc6f2eb40a26fb6f984d817052a')
+[ "$CARCH" = 'i686' ] && sha1sums=('5924eb7caa3ddb2585d0a8308e69cbe922b18db6')
prepare() {
cd "$srcdir"