diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-20 23:10:25 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-20 23:10:25 -0500 |
commit | 6822840a062952490ca867819b7428685cb79985 (patch) | |
tree | fb01e2785c9c2ed4e6a951a9b52a3ddc9de1b86e /~lukeshu | |
parent | c1f761e648450650c79052120c24e4451da998cd (diff) | |
download | abslibre-6822840a062952490ca867819b7428685cb79985.tar.gz abslibre-6822840a062952490ca867819b7428685cb79985.tar.bz2 abslibre-6822840a062952490ca867819b7428685cb79985.zip |
add quotes around 'xadmaster.library' in the description for libxadmaster-libxad
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/unar/PKGBUILD | 2 | ||||
-rw-r--r-- | ~lukeshu/unarchiver/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/~lukeshu/unar/PKGBUILD b/~lukeshu/unar/PKGBUILD index b1931c498..4bb523a89 100644 --- a/~lukeshu/unar/PKGBUILD +++ b/~lukeshu/unar/PKGBUILD @@ -81,7 +81,7 @@ package_libxadmaster() { } package_libxadmaster-libxad() { - pkgdesc="A fork of libxad, the port of the Amiga xadmaster.library to *NIX" + pkgdesc="A fork of libxad, the port of the Amiga 'xadmaster.library' to *NIX" depends=('glibc') provides=('libxad') conflicts=('libxad') diff --git a/~lukeshu/unarchiver/PKGBUILD b/~lukeshu/unarchiver/PKGBUILD index e1c2f4da9..0df133a6c 100644 --- a/~lukeshu/unarchiver/PKGBUILD +++ b/~lukeshu/unarchiver/PKGBUILD @@ -78,7 +78,7 @@ package_libxadmaster() { package_libxadmaster-libxad() { pkgver=0.4 # forked from 13.0.2005.06.23 (commit 1.24) - pkgdesc="A fork of libxad, the port of the Amiga xadmaster.library to *NIX" + pkgdesc="A fork of libxad, the port of the Amiga 'xadmaster.library' to *NIX" depends=('glibc') provides=('libxad') conflicts=('libxad') |