summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinu Weber2017-06-12 18:28:02 +0200
committerTinu Weber2017-06-12 18:28:02 +0200
commitc60d17a63dc63268b4021efc40ecf637a0e6ad8b (patch)
tree2c9b235520fc2f19d99e796413b271028b09593a
parent3a9cba23a2aaf7c6684f1288cebd24a48417e8eb (diff)
downloadaur-c60d17a63dc63268b4021efc40ecf637a0e6ad8b.tar.gz
Add conflicts and provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97eb19b749e..ce25a4290142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = epfl-menu-git
pkgdesc = Pretty-print the lunch and supper menus at the EPFL
pkgver = r16.2406823
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gcmalloc/epfl-menu
arch = any
license = custom:Beerware
makedepends = python-setuptools
+ provides = epfl-menu
+ conflicts = epfl-menu
source = git+https://github.com/gcmalloc/epfl-menu
md5sums = SKIP
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')