sx-utils for the package name

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-08-01 17:48:04 +03:00
parent 6b3ea527d0
commit e7f697aa6a

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org> # Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgbase='sx-utils' pkgbase='sx-utils'
pkgname=( 'sx-open' 'sx-utils-xdg-compat' ) pkgname=( 'sx-utils' 'sx-utils-xdg-compat' )
pkgver='1.6.0' pkgver='1.6.0'
pkgrel='1' pkgrel='1'
pkgdesc='An incomplete set of tools to replace xdg-utils' pkgdesc='An incomplete set of tools to replace xdg-utils'
@ -9,10 +9,11 @@ url='https://git.fleshless.org/sx-open'
arch=( 'x86_64' 'i686' ) arch=( 'x86_64' 'i686' )
license=( 'ISC' ) license=( 'ISC' )
depends=( 'bash' ) depends=( 'bash' )
replaces=( 'sx-open' )
source=( "https://git.fleshless.org/u/fbt/sx-open/snapshot/sx-open-${pkgver}.tar.gz" ) source=( "https://git.fleshless.org/u/fbt/sx-open/snapshot/sx-open-${pkgver}.tar.gz" )
package_sx-open() { package_sx-utils() {
optdepends=( 'sx-utils-xdg-compat: symbolic links for xdg -> sx' ) optdepends=( 'sx-utils-xdg-compat: symbolic links for xdg -> sx' )
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"