summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-09-02 10:32:20 +0200
committerPhoton892018-09-02 10:32:20 +0200
commitd2e92f6f2565a86edb93b17834e518f9eb636b00 (patch)
treeab04f9c23decb58fb573b2afb2054ce425bcb9f1
parent9d1f6cb3518f6953da2e281449a20616202a50cd (diff)
downloadaur-d2e92f6f2565a86edb93b17834e518f9eb636b00.tar.gz
Update to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e99c8e6b947..fd1f66a4ec0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ezame
pkgdesc = A desktop and menu file editor
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/linux-man/ezame
arch = i686
@@ -10,8 +10,8 @@ pkgbase = ezame
depends = python-gobject
depends = desktop-file-utils
conflicts = ezame-git
- source = https://github.com/linux-man/ezame/archive/v0.6.3.tar.gz
- md5sums = deef23bacb0403c4ec800b117db63a2c
+ source = https://github.com/linux-man/ezame/archive/v0.6.4.tar.gz
+ md5sums = 39a4048571c1b39957a8a2961c8baf3f
pkgname = ezame
diff --git a/PKGBUILD b/PKGBUILD
index 2b8b152521a8..2287421cbef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PhotonX <photon89 [at] gmail.com>.
pkgname=ezame
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="A desktop and menu file editor"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ 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=('deef23bacb0403c4ec800b117db63a2c')
+md5sums=('39a4048571c1b39957a8a2961c8baf3f')
package() {