summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2023-12-11 21:31:52 +0100
committerCarl Smedstad2023-12-11 21:31:52 +0100
commit099dfb97c806b0957631d4fb034f3c96fb4038a6 (patch)
treed98026610a9d53a6dcebd0119e98498661656f81 /PKGBUILD
parentc5577eb3e8d89bbd1a7078b310916e39ee37e0ad (diff)
downloadaur-099dfb97c806b0957631d4fb034f3c96fb4038a6.tar.gz
Publish version 4.3.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40379f28a147..5498e0dd8454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
pkgname=texttest
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
pkgdesc="A tool for text-based functional testing"
arch=(any)
url="https://github.com/texttest/texttest"
license=(LGPL)
depends=(
gdk-pixbuf2
- gobject-introspection-runtime
+ gobject-introspection-runtime
gtk3
pango
python
@@ -28,7 +28,7 @@ makedepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('bc027b833cccf9043179accbb7e3fb876649c9eaffd25b62a00a1655c58ff320')
+sha256sums=('d15c75b8262d6ba9a60320801a03b59b9d33b6d28c62348c33255497aaad8e7f')
_archive="$pkgname-$pkgver"