summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23b2d1586d30..1fe6bf58a615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: goten002 <goten002@gmail.com>
# Maintainer: saxonbeta <saxonbeta at gmail>
pkgname=mynotex
-pkgver=1.3.0.1
-pkgrel=2
+pkgver=1.3.1.0
+pkgrel=1
pkgdesc="A free note-taking and notes manager software for Linux."
url="http://sites.google.com/site/mynotex"
license=('GPL')
@@ -12,13 +12,13 @@ depends=('sqlite3' 'gtk2')
if [ "$CARCH" = "i686" ]; then
debarch=("i386")
source=(http://sites.google.com/site/mynotex/files/mynotex_${pkgver}_i386.deb)
- md5sums=('ada44057854a8546473bfde51b870d82')
+ md5sums=('e2422e2a4bef4a6a73a2aeff9f09961e')
fi
if [ "$CARCH" = "x86_64" ]; then
debarch=("amd64")
source=(http://sites.google.com/site/mynotex/files/mynotex_${pkgver}_amd64.deb)
- md5sums=('a2022dbe21702bd88b2bca9f5b0cd9ac')
+ md5sums=('df57fdfa2b0edab253655b7c398934af')
fi
package() {