From 091ef5ab9e5a97236926a4a46ca2af79b992f823 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 12 Apr 2023 02:40:59 +0200 Subject: [PATCH] sent + update --- sent/PKGBUILD | 2 +- update.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sent/PKGBUILD b/sent/PKGBUILD index 284c2cf..99a2ad4 100644 --- a/sent/PKGBUILD +++ b/sent/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: DEBUCQUOY Anthony pkgname=tonitch-sent-git -pkgver= +pkgver=1.r8.882d54c pkgrel=1 pkgdesc="sent presentation tool with patch for tonitch" arch=('x86_64') diff --git a/update.sh b/update.sh index f874d81..4a30a1a 100755 --- a/update.sh +++ b/update.sh @@ -12,6 +12,7 @@ for d in $packagelist do cd $d makepkg -f + cd .. done cd $PKGDEST