summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2017-01-24 06:11:36 -0500
committerTioDuke2017-01-24 06:11:36 -0500
commit155cd5ee33008343d9439a8fdeff4f8d828cccb2 (patch)
tree4cf8ddc47db2301512335ea56ad157a132467297
parent043d0fca65ca3ec9f2dbd4a690538933cea2878e (diff)
downloadaur-155cd5ee33008343d9439a8fdeff4f8d828cccb2.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 93cc2bb525e4..b90baf50a636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 12:19:52 UTC 2016
+# Tue Jan 24 11:11:20 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 = 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.8+dfsg-1_i386.deb
- sha1sums = 371671a57e287c3363b6b39bcc9fcc9e958b4518
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-2_i386.deb
+ sha1sums = 2480844de416a9dcc74a1388663cea4637ea64c4
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 177ee511d1a7..903492dbd020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-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}+dfsg-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('371671a57e287c3363b6b39bcc9fcc9e958b4518')
-[ "$CARCH" = 'i686' ] && sha1sums=('d4907e884ce34bb33a52608a7d110e69115e252d')
+sha1sums=('2480844de416a9dcc74a1388663cea4637ea64c4')
+[ "$CARCH" = 'i686' ] && sha1sums=('cb7dd50fdd4b9f641c184a49b6085e8d66eae84b')
prepare() {
cd "$srcdir"