summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2018-09-26 07:31:04 +0200
committeraksr2018-09-26 07:31:25 +0200
commit0bcdbb1157a837c69e0b6ba2a5f0599a970a85b1 (patch)
tree2a203d4eca3a05c388a6a1974bdcf5542de42a4b /PKGBUILD
parent5376ebb7a66b1c1a256d6f5b956274db88e37845 (diff)
downloadaur-0bcdbb1157a837c69e0b6ba2a5f0599a970a85b1.tar.gz
Set provides().
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b8b5131ca66..44768aee51ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=abduco-git
-pkgver=0.r155.a1db9e2
+pkgver=0.r174.8f80aa8
pkgrel=1
pkgdesc="A session management and attach/detach functionality (to use together with dvtm(1))."
arch=('i686' 'x86_64')
url="http://www.brain-dump.org/projects/abduco/"
license=('BSD')
groups=()
-depends=('')
+depends=()
makedepends=('git')
optdepends=('dvtm')
-provides=()
-conflicts=('abduco')
+provides=("${pkgname%-*}")
+conflicts=("${pkgname%-*}")
replaces=()
backup=()
options=()