summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-11-13 00:11:55 +0100
committeranthraxx2016-11-13 00:11:55 +0100
commit7f818504293a863df5b1d385ebdb21871f6de4e6 (patch)
tree89be07c10910f24d47476941d45f02adba8f9171
parentbd31cb51788b8f7e358dabacab9d2febf6cf5db8 (diff)
downloadaur-7f818504293a863df5b1d385ebdb21871f6de4e6.tar.gz
upgpkg: ls++-git 1:0.348.75.47c63f3-1 (adding provides)
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1459e4b482a6..534b76f966f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = ls++-git
license = GPL2
makedepends = git
depends = perl-term-extendedcolor
+ provides = ls++
+ conflicts = ls++
options = !emptydirs
backup = etc/ls++.conf
source = ls++-git::git+https://github.com/trapd00r/ls--.git
diff --git a/PKGBUILD b/PKGBUILD
index efabfe4b5da7..51d5c16feb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ depends=('perl-term-extendedcolor')
makedepends=('git')
backup=('etc/ls++.conf')
options=('!emptydirs')
+provides=('ls++')
+conflicts=('ls++')
source=(${pkgname}::git+https://github.com/trapd00r/ls--.git
fix-user-group-align.patch
make-destdir.patch)