summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTinu Weber2017-06-12 18:28:02 +0200
committerTinu Weber2017-06-12 18:28:02 +0200
commitc60d17a63dc63268b4021efc40ecf637a0e6ad8b (patch)
tree2c9b235520fc2f19d99e796413b271028b09593a /PKGBUILD
parent3a9cba23a2aaf7c6684f1288cebd24a48417e8eb (diff)
downloadaur-c60d17a63dc63268b4021efc40ecf637a0e6ad8b.tar.gz
Add conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 517c982c93b7..cb1af0d9b7c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
pkgname=epfl-menu-git
_pkgname=epfl-menu
pkgver=r16.2406823
-pkgrel=2
+pkgrel=3
pkgdesc='Pretty-print the lunch and supper menus at the EPFL'
arch=('any')
url='https://github.com/gcmalloc/epfl-menu'
license=('custom:Beerware')
makedepends=('python-setuptools')
+conflicts=('epfl-menu')
+provides=('epfl-menu')
source=('git+https://github.com/gcmalloc/epfl-menu')
md5sums=('SKIP')