summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18f4dbf5312f..ca4bc0dd007e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=gtransmemory
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="GTK+ application to manage words and sentences translations in many memories for each language."
url="http://www.muflone.com/gtransmemory"
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL2')
depends=('gtk3' 'python2-xdg' 'python2-gobject' 'python2-polib')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('a6a41bce46e41760a975bd1f53939edc2a1d3e0f7f25e0b3370c8e8082f85132')
+sha256sums=('17e1fb90a38d9c22a715f58db158ee7822c4bce88d54f31d3abae7c722d3781c')
build() {
cd "${pkgname}-${pkgver}"