summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-06-05 10:00:59 +0200
committerPhoton892018-06-05 10:00:59 +0200
commit9d1f6cb3518f6953da2e281449a20616202a50cd (patch)
tree4a0b7c920b1fe0573b43706308c89f98bd1fd70a
parentf7a8718896ffd1e792f7dead9db7fb70063723ce (diff)
downloadaur-9d1f6cb3518f6953da2e281449a20616202a50cd.tar.gz
Update to 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3edd09cb94..8e99c8e6b947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ezame
pkgdesc = A desktop and menu file editor
- pkgver = 0.6.2
+ pkgver = 0.6.3
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.2.tar.gz
- md5sums = 5aaa54cbc7bcb279b9bbbf349e2ffdd2
+ source = https://github.com/linux-man/ezame/archive/v0.6.3.tar.gz
+ md5sums = deef23bacb0403c4ec800b117db63a2c
pkgname = ezame
diff --git a/PKGBUILD b/PKGBUILD
index 120d596c9a54..2b8b152521a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PhotonX <photon89 [at] gmail.com>.
pkgname=ezame
-pkgver=0.6.2
+pkgver=0.6.3
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=('5aaa54cbc7bcb279b9bbbf349e2ffdd2')
+md5sums=('deef23bacb0403c4ec800b117db63a2c')
package() {