summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner2019-01-11 14:58:07 +0100
committerStefan Agner2019-01-11 14:58:07 +0100
commitcbe8702192712ce4168be5ce73d1a98193f8a4b4 (patch)
treeb52d7c562dfbb29161740021019e353e902970ff
parent50648423db30f0b02ccd4b72f0407e798ba11e8b (diff)
downloadaur-cbe8702192712ce4168be5ce73d1a98193f8a4b4.tar.gz
clarify package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64eb4e6179c2..2690803d6f0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = qemu-user-static
- pkgdesc = Static build of qemu with user emulation useful for containers/chroot
+ pkgdesc = Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt.
pkgver = 3.1.0
pkgrel = 1
url = http://wiki.qemu.org/
diff --git a/PKGBUILD b/PKGBUILD
index 9049f0465c88..c4bf2cc9dcbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Agner <stefan@agner.ch>
pkgname=qemu-user-static
-pkgdesc="Static build of qemu with user emulation useful for containers/chroot"
+pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
pkgver=3.1.0
pkgrel=1
arch=(x86_64)