summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEhsan Ghorbannezhad2022-02-08 16:53:00 +0330
committerEhsan Ghorbannezhad2022-02-08 16:53:00 +0330
commitdf7e79ecb48f994006dfe4c341ffac51bd69f33b (patch)
tree8fa82a974864c463bca39bdf61013693a6f29cdf /PKGBUILD
parent6cc3c25d5f2d69afcb8623649f60ef6a026041b0 (diff)
downloadaur-df7e79ecb48f994006dfe4c341ffac51bd69f33b.tar.gz
remove the unneeded provides() and conflicts() arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 10 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bb960666faf..eca269ab7bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Ehsan Ghorbannezad <ehsangn@protonmail.ch>
-_pkgname='lfutils'
-pkgname="${_pkgname}-git"
+# Maintainer: Ehsan Ghorbannezad <ehsan at disroot dot org>
+_pkgname=lfutils
+pkgname=$_pkgname-git
pkgver=r92.4d52766
pkgrel=1
pkgdesc='Scripts and utilities for the lf file manager.'
-arch=('x86_64')
-url='https://github.com/soystemd/lfutils'
-license=('GPL')
-makedepends=('git')
-depends=('lf')
+url=https://github.com/soystemd/lfutils
+source=("git+$url.git")
+arch=(x86_64)
+license=(GPL)
+makedepends=(git)
+depends=(lf)
optdepends=(
'archivemount: mounting and opening archives via lfmount'
'ueberzug: image previews'
@@ -27,10 +28,7 @@ optdepends=(
'odt2txt: previewing OpenDocument files'
'transmission-cli: previewing .torrent files'
)
-provides=("$_pkgname")
-conflicts=("$_pkgname")
-source=("git+${url}.git")
-md5sums=('SKIP')
+md5sums=(SKIP)
pkgver() {
cd "$_pkgname"