Package Details: patat-bin 0.15.1.0-1

Git Clone URL: https://aur.archlinux.org/patat-bin.git (read-only, click to copy)
Package Base: patat-bin
Description: Terminal-based presentations using Pandoc
Upstream URL: https://github.com/jaspervdj/patat
Licenses: GPL2
Submitter: jaspervdj
Maintainer: jaspervdj
Last Packager: jaspervdj
Votes: 4
Popularity: 0.061464
First Submitted: 2018-08-31 16:37 (UTC)
Last Updated: 2025-06-01 13:44 (UTC)

Latest Comments

jaspervdj commented on 2025-06-01 13:46 (UTC)

Thanks for the suggestion, I removed !strip and bumped it to 0.15.1.0.

emk2203 commented on 2025-06-01 09:26 (UTC)

Builds the latest version 0.15.1.0:

erik@M4800:~/tmp$ diff -u PKGBUILD{.old,}
--- PKGBUILD.old        2025-06-01 11:11:03.470608424 +0200
+++ PKGBUILD    2025-06-01 11:18:32.899069258 +0200
@@ -1,6 +1,6 @@
 # Maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
 pkgname=patat-bin
-pkgver='0.14.2.0'
+pkgver='0.15.1.0'
 pkgrel=1
 pkgdesc="Terminal-based presentations using Pandoc"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('gmp' 'glibc')
 makedepends=()
 source=("https://github.com/jaspervdj/patat/releases/download/v$pkgver/patat-v$pkgver-linux-x86_64.tar.gz")
-md5sums=('4891599e678e66595baf01676921a4de')
+md5sums=('45cb1ba022864147a0adf1a2cb60fb09')
 options=('!strip')

 package() {

Not sure why this needs the !strip option. Could this be removed to prevent unnecessary bloat?

sph commented on 2023-09-02 06:26 (UTC)

diff --git a/PKGBUILD b/PKGBUILD.0890
index edd74bc..ed32901 100644
--- a/PKGBUILD
+++ b/PKGBUILD.0890
@@ -1,6 +1,6 @@
 # Maintainer: Jasper Van der Jeugt <jasper@fugue.co>
 pkgname=patat-bin
-pkgver='0.8.7.0'
+pkgver='0.8.9.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=('19738160af8f4827fad44fc47ac48b82')
+md5sums=('bbaec7436924096dc7a0c07177394692')
 options=('!strip')

 package() {

to make it build the latest release