summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2017-02-07 01:23:29 +0100
committerMuflone2017-02-07 01:23:29 +0100
commit90d7cf5cf37252916a15c80468ea93de9ff0fc03 (patch)
treef0676a56b96d23035abab635499741448852c52b
parent5bd2c90d24582763ddb8563a270fc38a9dab4587 (diff)
downloadaur-90d7cf5cf37252916a15c80468ea93de9ff0fc03.tar.gz
Updated package gtransmemory 0.0.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c73eb0ba967..df0f417c3738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 23:52:18 UTC 2017
+# Tue Feb 7 00:23:00 UTC 2017
pkgbase = gtransmemory
pkgdesc = GTK+ application to manage words and sentences translations in many memories for each language.
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = http://www.muflone.com/gtransmemory
arch = any
@@ -11,8 +11,8 @@ pkgbase = gtransmemory
depends = python2-xdg
depends = python2-gobject
depends = python2-polib
- source = gtransmemory-0.0.1.tar.gz::https://github.com/muflone/gtransmemory/archive/0.0.1.tar.gz
- sha256sums = a6a41bce46e41760a975bd1f53939edc2a1d3e0f7f25e0b3370c8e8082f85132
+ source = gtransmemory-0.0.2.tar.gz::https://github.com/muflone/gtransmemory/archive/0.0.2.tar.gz
+ sha256sums = 17e1fb90a38d9c22a715f58db158ee7822c4bce88d54f31d3abae7c722d3781c
pkgname = gtransmemory
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}"