makedeb


jgmenu-git 4.3.0-2


Simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking

Click here to go back to the commit logs for jgmenu-git.

Commit:


Hash: e8f4ef421bc75839d314f8a1706b98de69565f67

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e279aed..3f96a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+generated-by = makedeb-makepkg
+
 pkgbase = jgmenu-git
 	pkgdesc = Simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking
 	pkgver = 4.3.0
@@ -19,7 +21,6 @@ pkgbase = jgmenu-git
 	makedepends = libmenu-cache-dev
 	provides = jgmenu
 	conflicts = jgmenu
-	replaces = jgmenu
 	source = jgmenu::git+https://github.com/johanmalm/jgmenu.git
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index f269263..09be9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('pkg-config' 'libxml2-dev' 'libx11-6' 'libx11-dev' 'libxrandr-dev' 
 license=('GPL')
 provides=('jgmenu')
 conflicts=('jgmenu')
-replaces=('jgmenu' )
+# replaces=('jgmenu' )
 
 source=("${_pkgname}::git+https://github.com/johanmalm/${_pkgname}.git")
 sha256sums=('SKIP')