diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-24 18:12:09 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-24 18:12:09 -0300 |
commit | ab55ca5fb136bd92ef89b351e9b882de9e4155c5 (patch) | |
tree | 003d27e73a7a8e4c56c34ebbf8d11888ff02e033 /libre/libosinfo | |
parent | 1d589c9a90e12cde8acac8051ec88097266c328a (diff) | |
download | abslibre-ab55ca5fb136bd92ef89b351e9b882de9e4155c5.tar.gz abslibre-ab55ca5fb136bd92ef89b351e9b882de9e4155c5.tar.bz2 abslibre-ab55ca5fb136bd92ef89b351e9b882de9e4155c5.zip |
libosinfo-1.0.0-1.parabola2: fix description in pkgdesc
Diffstat (limited to 'libre/libosinfo')
-rw-r--r-- | libre/libosinfo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/libosinfo/PKGBUILD b/libre/libosinfo/PKGBUILD index e7728929c..ca273f032 100644 --- a/libre/libosinfo/PKGBUILD +++ b/libre/libosinfo/PKGBUILD @@ -6,8 +6,8 @@ pkgname=libosinfo pkgver=1.0.0 -pkgrel=1.parabola1 -pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support, without support for nonfree systems" +pkgrel=1.parabola2 +pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support, without non-FSDG compliant distros and operating systems support" arch=('i686' 'x86_64' 'armv7h') url="http://libosinfo.org/" license=('GPL' 'LGPL') |