summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaxonbeta2015-12-08 07:46:03 -0600
committersaxonbeta2015-12-08 07:46:03 -0600
commit888d26923eebcabb8e8b55b89069ac3fbf9518f8 (patch)
tree0743ec2ba525f3983b504ac64dfcd5e6dcc569df /PKGBUILD
parent70b5852da937a67b0dcdb3913b94ef27d82619da (diff)
downloadaur-888d26923eebcabb8e8b55b89069ac3fbf9518f8.tar.gz
Update to 1.3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44cc8fa04da3..418f01e54a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: epinull
# Maintainer: saxonbeta <saxonbeta at gmail>
pkgname=mynotex
-pkgver=1.3.1.0
-pkgrel=2
+pkgver=1.3.1.1
+pkgrel=1
pkgdesc="A free note-taking and notes manager software for Linux."
url="http://sites.google.com/site/mynotex"
license=('GPL')
@@ -12,12 +12,12 @@ depends=('sqlite3' 'gtk2')
if [ "$CARCH" = "i686" ]; then
debarch=("i386")
- md5sums=('e2422e2a4bef4a6a73a2aeff9f09961e')
+ md5sums=('628c9499bb6f19c4b1375aef67a724d7')
fi
if [ "$CARCH" = "x86_64" ]; then
debarch=("amd64")
- md5sums=('df57fdfa2b0edab253655b7c398934af')
+ md5sums=('fb908f8272991378ce8321c51462fc63')
fi
source=("https://sites.google.com/site/mynotex/files/mynotex_${pkgver}_${debarch}.deb")