summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnes Belfodil2019-12-08 17:05:20 -0500
committerAnes Belfodil2019-12-08 17:05:20 -0500
commit02f4c8c8a3be2c2532fa10b5acae672a3b5f116a (patch)
tree203edf837d4b99d284c36f386d8c10dfb26cc527
parent15521614aa74ae78bc22740b179698aa765a49b0 (diff)
downloadaur-02f4c8c8a3be2c2532fa10b5acae672a3b5f116a.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dcefc6fd94a..a6e548cc4602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qemu-user-static-bin
pkgdesc = A generic and open source machine emulator, statically linked
pkgver = 4.1
- pkgrel = 2
+ pkgrel = 3
url = http://wiki.qemu.org
arch = x86_64
arch = i686
@@ -13,8 +13,8 @@ pkgbase = qemu-user-static-bin
provides = qemu-user
conflicts = qemu-user-static
conflicts = qemu-user
- source = qemu-user-static_4.1-1+b4_amd64.deb::http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_4.1-1+b4_amd64.deb
- sha256sums = 2015a082c6cc474b258638ebd6877dad9f96667d0cd88440b47e7d30a34370a9
+ source = qemu-user-static_4.1-3_amd64.deb::http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_4.1-3_amd64.deb
+ sha256sums = SKIP
pkgname = qemu-user-static-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd528430f484..c593462aaea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
_pkgname=qemu-user-static
pkgdesc='A generic and open source machine emulator, statically linked'
pkgver=4.1
-pkgadditver=1+b4
-pkgrel=2
+pkgadditver=3
+pkgrel=3
pkgname=$_pkgname-bin
arch=('x86_64' 'i686' 'aarch64')
@@ -16,7 +16,7 @@ conflicts=("$_pkgname" "qemu-user")
_debsrc="${_pkgname}_${pkgver}-${pkgadditver}"
if [ "$CARCH" = 'x86_64' ]; then
_debsrc=$_debsrc"_amd64.deb"
- _csum="2015a082c6cc474b258638ebd6877dad9f96667d0cd88440b47e7d30a34370a9"
+ _csum=SKIP
elif [ "$CARCH" = 'i686' ]; then
_debsrc=$_debsrc"_i386.deb"
_csum=SKIP