summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ad36115540..351a2c6c2e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 13:44:58 UTC 2015
pkgbase = mynotex
pkgdesc = A free note-taking and notes manager software for Linux.
- pkgver = 1.3.1.0
- pkgrel = 2
+ pkgver = 1.3.1.1
+ pkgrel = 1
url = http://sites.google.com/site/mynotex
arch = i686
arch = x86_64
license = GPL
depends = sqlite3
depends = gtk2
- source = https://sites.google.com/site/mynotex/files/mynotex_1.3.1.0_.deb
+ source = https://sites.google.com/site/mynotex/files/mynotex_1.3.1.1_.deb
pkgname = mynotex
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")