summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f704c56895f..458784b94ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ezame
pkgdesc = A desktop and menu file editor
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linux-man/ezame
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = ezame
depends = python
depends = python-gobject
depends = desktop-file-utils
- conflicts = ezame-git
source = https://github.com/linux-man/ezame/archive/v0.7.0.tar.gz
md5sums = 449739307314763bd349c8ab50be3fcf
diff --git a/PKGBUILD b/PKGBUILD
index 2a18c54bdc7d..a6e3be0d605f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=ezame
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A desktop and menu file editor"
arch=('i686' 'x86_64')
url="https://github.com/linux-man/ezame"
license=('GPL3')
depends=('python' 'python-gobject' 'desktop-file-utils')
-conflicts=('ezame-git')
source=("https://github.com/linux-man/ezame/archive/v$pkgver.tar.gz")
md5sums=('449739307314763bd349c8ab50be3fcf')