diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 19:10:11 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 19:10:11 -0300 |
commit | 4598d752a74937355fce8241d39470541ae39cd1 (patch) | |
tree | e012c03c7bdd6621273c111b3e34dcdf9409f868 /libre/atril/PKGBUILD | |
parent | 4ae7bcc01726f4da6d3a7d34ca37813ecd9ca209 (diff) | |
download | abslibre-4598d752a74937355fce8241d39470541ae39cd1.tar.gz abslibre-4598d752a74937355fce8241d39470541ae39cd1.tar.bz2 abslibre-4598d752a74937355fce8241d39470541ae39cd1.zip |
atril: remove _pkgname
Diffstat (limited to 'libre/atril/PKGBUILD')
-rw-r--r-- | libre/atril/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/atril/PKGBUILD b/libre/atril/PKGBUILD index fba4d0775..b67182f09 100644 --- a/libre/atril/PKGBUILD +++ b/libre/atril/PKGBUILD @@ -3,7 +3,6 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=atril -_pkgname=$pkgname-libre pkgver=1.8.0 pkgrel=1.1.parabola1 pkgdesc="Simply a document viewer, with libarchive support" @@ -21,9 +20,9 @@ optdepends=('caja: Document Properties extension' 'texlive-bin: DVI support' 'libarchive: cbr compressed comic books' 'yelp: for reading MATE help documents') -replaces=('mate-document-viewer' "$_pkgname") +replaces=('mate-document-viewer' "$pkgname-libre") provides=('mate-document-viewer') -conflicts=('mate-document-viewer' "$_pkgname") +conflicts=('mate-document-viewer' "$pkgname-libre") options=('!emptydirs') groups=('mate-extra') source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz" |