summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2016-04-15 21:24:10 -0400
committerTioDuke2016-04-15 21:24:10 -0400
commit77b984c24f04ab66050aba5231a756bd7c52bb36 (patch)
tree06aabf2b3dced5c85dc32927381e53b865a6cc1d
parentca7a56b8158d00445e6195e8a69150171e056590 (diff)
downloadaur-77b984c24f04ab66050aba5231a756bd7c52bb36.tar.gz
update to latest debian package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead55cefc099..c5c4b91a3778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 12:36:07 UTC 2016
+# Sat Apr 16 01:23:52 UTC 2016
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.5
- pkgrel = 3
+ pkgrel = 4
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.5+dfsg-5_i386.deb
- sha1sums = 2a71f280c899dc2fc6702289c3f3453ae8e3f81b
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.5+dfsg-5+b1_i386.deb
+ sha1sums = 083c162856898bde68f42534849153b6d399adb6
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 3dba21d640a2..86975ba70175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.5
-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-support: to allow handling foreign ELF binaries and executin
conflicts=()
_arch=i386
[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}+dfsg-5_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-5+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('2a71f280c899dc2fc6702289c3f3453ae8e3f81b')
-[ "$CARCH" = 'i686' ] && sha1sums=('00bfccb4a6335ebdee574ec7682a4c3a99e58cc8')
+sha1sums=('083c162856898bde68f42534849153b6d399adb6')
+[ "$CARCH" = 'i686' ] && sha1sums=('0af5aeaef14bd8fbcd6268efa3821c19a0e99d0a')
prepare() {
cd "$srcdir"