summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD4
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4122f56051a9..85d767865c81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = gisto
- pkgdesc = Cross-platform gist snippets management desktop application that allows you and your team share code snippets fast and easily. Based on GitHub Gist Infrastructure which means you can use all your existing snippets by connecting your GitHub account.
- pkgver = 1.12.11
- pkgrel = 0
- url = http://www.gistoapp.com/
- install = gisto.install
- arch = x86_64
- license = MIT
- depends = nss
- depends = gtk3
- depends = libxss
- options = !strip
- source = https://github.com/Gisto/Gisto/releases/download/v1.12.11/Gisto-1.12.11-amd64.deb
- md5sums = e372ef44ac4e5be35bdb5b0289d16643
+pkgdesc = Cross-platform gist snippets management desktop application that allows you and your team share code snippets fast and easily. Based on GitHub Gist Infrastructure which means you can use all your existing snippets by connecting your GitHub account.
+pkgver = 1.12.12
+pkgrel = 0
+url = http://www.gistoapp.com/
+install = gisto.install
+arch = x86_64
+license = MIT
+depends = nss
+depends = gtk3
+depends = libxss
+options = !strip
+source = https://github.com/Gisto/Gisto/releases/download/v1.12.12/Gisto-1.12.12-amd64.deb
+md5sums = c809d6d6f59b94aea335503129c14abf
pkgname = gisto
diff --git a/PKGBUILD b/PKGBUILD
index 0e459ff4d557..83527f9cee81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sasha Khamkov <sanusart@gmail.com>
# Maintainer: xgdgsc <xgdgsc at gmail dot com>
pkgname=gisto
-pkgver=1.12.11
+pkgver=1.12.12
pkgrel=0
epoch=
pkgdesc="Cross-platform gist snippets management desktop application that allows you and your team share code snippets fast and easily. Based on GitHub Gist Infrastructure which means you can use all your existing snippets by connecting your GitHub account."
@@ -14,7 +14,7 @@ depends=("nss" "gtk3" "libxss")
# PKGEXT=.tar
install=${pkgname}.install
source=("https://github.com/Gisto/Gisto/releases/download/v$pkgver/Gisto-$pkgver-amd64.deb")
-md5sums=('e372ef44ac4e5be35bdb5b0289d16643')
+md5sums=('c809d6d6f59b94aea335503129c14abf')
package() {
tar xf data.tar.xz -C "${pkgdir}"
}