summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')