summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2018-05-20 21:11:26 -0400
committerTioDuke2018-05-20 21:11:26 -0400
commite1e04cfc1a65d17a62a8749cfcd18881c234a98a (patch)
tree632e8241e0933d15f6d4db9fd4eb08d70d2ce211
parentfbac0b6db201fbd52f7d60c5712a6addf8797d8d (diff)
downloadaur-e1e04cfc1a65d17a62a8749cfcd18881c234a98a.tar.gz
update to latest debian
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1952e411cb6..7149fccba31e 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.12
- pkgrel = 2
+ pkgrel = 3
url = http://wiki.qemu.org/Index.html
arch = i686
arch = x86_64
license = GPL2
license = LGPL2.1
optdepends = binfmt-qemu-static: 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.12+dfsg-1_amd64.deb
- sha1sums = 8dfea8d0d933ddb5e1b0cccaaa376749bdd120bc
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.12+dfsg-1+b1_amd64.deb
+ sha1sums = 3a3e68ab33df91bf96451d5e529a288608a15020
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 58c2dbfb9287..794bdb29aecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.12
-pkgrel=2
+pkgrel=3
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-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('8dfea8d0d933ddb5e1b0cccaaa376749bdd120bc')
-[ "$CARCH" = 'i686' ] && sha1sums=('7d200a193185a6aab80a85f3561eb63e6bdaad19')
+sha1sums=('3a3e68ab33df91bf96451d5e529a288608a15020')
+[ "$CARCH" = 'i686' ] && sha1sums=('35ba56530f4337382ed064be4a5bf5ba24233753')
prepare() {
cd "$srcdir"