summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-05-06 06:31:24 -0400
committerTioDuke2018-05-06 06:31:24 -0400
commitfbac0b6db201fbd52f7d60c5712a6addf8797d8d (patch)
tree39151df180fe01dbe57a8287cf1af2f68a462ef7 /PKGBUILD
parentfa097bbfee08cbf5e47a394119287a769865dfb1 (diff)
downloadaur-fbac0b6db201fbd52f7d60c5712a6addf8797d8d.tar.gz
update 2.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d18ef2c4c739..58c2dbfb9287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.12
-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-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}~rc3+dfsg-2_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('43eebc702935562f81841106f8610b6240974a8b')
-[ "$CARCH" = 'i686' ] && sha1sums=('104e719f71d1736b3beb72c23f374098c6bb67d9')
+sha1sums=('8dfea8d0d933ddb5e1b0cccaaa376749bdd120bc')
+[ "$CARCH" = 'i686' ] && sha1sums=('7d200a193185a6aab80a85f3561eb63e6bdaad19')
prepare() {
cd "$srcdir"