summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2018-04-18 11:51:20 -0400
committerStorm Dragon2018-04-18 11:51:20 -0400
commitaf718647cc26000bb6327e39c5336ca89e487d25 (patch)
treea9e2b3dfaa285c5cbb6db013595ba3de0176a3e0
parent11d3f070fe84adef2953f22778f1b645fb9d0d95 (diff)
downloadaur-af718647cc26000bb6327e39c5336ca89e487d25.tar.gz
Latest version.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e08143869b..c8d4f886e68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 20:29:40 UTC 2015
+# Wed Apr 18 15:51:08 UTC 2018
pkgbase = jot
pkgdesc = Really fast single line notes for the CLI.
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/stormdragon2976/jot
arch = any
license = unlicense
optdepends = xclip: Clipboard support
provides = jot
conflicts = jot
- source = https://github.com/stormdragon2976/jot/archive/1.1.tar.gz
- md5sums = f7bfe4ea61f8f6203dd512a56051a4e7
+ source = https://github.com/stormdragon2976/jot/archive/1.2.tar.gz
+ md5sums = dbe4de7cf6f5e56bc4cacea6f7dd4c19
pkgname = jot
diff --git a/PKGBUILD b/PKGBUILD
index 63301503735a..3632fa0248f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Storm Dragon <stormdragon2976@gmail.com>
pkgname=jot
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="Really fast single line notes for the CLI."
arch=('any')
url="https://github.com/stormdragon2976/$pkgname"
@@ -10,7 +10,7 @@ license=('unlicense')
optdepends=('xclip: Clipboard support')
provides=("$pkgname")
conflicts=("$pkgname")
-md5sums=('f7bfe4ea61f8f6203dd512a56051a4e7')
+md5sums=('dbe4de7cf6f5e56bc4cacea6f7dd4c19')
package()
{