summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2018-06-03 01:04:55 -0400
committerTioDuke2018-06-03 01:04:55 -0400
commitf7bfd408b81ee765b213366be69c3dbe5bb48ae0 (patch)
treefe25cbef8dd8900a124ba0cb016201af69c6caec
parente1e04cfc1a65d17a62a8749cfcd18881c234a98a (diff)
downloadaur-f7bfd408b81ee765b213366be69c3dbe5bb48ae0.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 7149fccba31e..40235431853d 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 = 3
+ pkgrel = 4
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+b1_amd64.deb
- sha1sums = 3a3e68ab33df91bf96451d5e529a288608a15020
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.12+dfsg-3_amd64.deb
+ sha1sums = ac8defaa5b8624bc0585877f6272e23be921a70a
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 794bdb29aecb..19cf3a119573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.12
-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-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}+dfsg-1+b1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('3a3e68ab33df91bf96451d5e529a288608a15020')
-[ "$CARCH" = 'i686' ] && sha1sums=('35ba56530f4337382ed064be4a5bf5ba24233753')
+sha1sums=('ac8defaa5b8624bc0585877f6272e23be921a70a')
+[ "$CARCH" = 'i686' ] && sha1sums=('b67bd47793047ddcbd79822bdaf297d0f3e99384')
prepare() {
cd "$srcdir"