summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Hofmann2013-11-15 13:46:32 +0100
committerPeter Hofmann2013-11-15 13:46:32 +0100
commit21d7085d1363f206e1998d1193cbb0f0832b28e9 (patch)
tree486c8d11301ab32553f55632f124817503a17659 /PKGBUILD
parente58f5a84ec53fc889bfd6e28501ed1f6097ff154 (diff)
downloadaur-21d7085d1363f206e1998d1193cbb0f0832b28e9.tar.gz
Add $provides and $conflicts to all git packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36f7463d45c2..a5d684f88f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ optdepends=(
'cron: Reminder functionality'
'vim: A reasonable editor, syntax files are provided'
)
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(git://github.com/vain/gitodo.git)
md5sums=('SKIP')