summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Van der Jeugt2021-03-16 12:38:42 +0100
committerJasper Van der Jeugt2021-03-16 12:39:04 +0100
commit411a7c89059d05cdd133ec2c895eb50db1e3c422 (patch)
treea3ec1dd1a13fa2b88d42a55bfcdfa1e2a5ba4cc6
parentf8a2bc548adc96198bf191cc3182c113e5737767 (diff)
downloadaur-411a7c89059d05cdd133ec2c895eb50db1e3c422.tar.gz
patat-v0.8.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28c5671df69..fc4a882cd07e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = patat-bin
pkgdesc = Terminal-based presentations using Pandoc
- pkgver = 0.8.6.1
+ pkgver = 0.8.7.0
pkgrel = 1
url = https://github.com/jaspervdj/patat
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = patat-bin
depends = gmp
depends = glibc
options = !strip
- source = https://github.com/jaspervdj/patat/releases/download/v0.8.6.1/patat-v0.8.6.1-linux-x86_64.tar.gz
- md5sums = f5c082b5c9cd28c252054b19c396df7b
+ source = https://github.com/jaspervdj/patat/releases/download/v0.8.7.0/patat-v0.8.7.0-linux-x86_64.tar.gz
+ md5sums = 19738160af8f4827fad44fc47ac48b82
pkgname = patat-bin
diff --git a/PKGBUILD b/PKGBUILD
index d92b220f97a1..edd74bc6f8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jasper Van der Jeugt <jasper@fugue.co>
pkgname=patat-bin
-pkgver='0.8.6.1'
+pkgver='0.8.7.0'
pkgrel=1
pkgdesc="Terminal-based presentations using Pandoc"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=('gmp' 'glibc')
makedepends=()
source=("https://github.com/jaspervdj/patat/releases/download/v$pkgver/patat-v$pkgver-linux-x86_64.tar.gz")
-md5sums=('e7c5c8d46d4b022051aaef26915a225b')
+md5sums=('19738160af8f4827fad44fc47ac48b82')
options=('!strip')
package() {