diff options
author | Carl Smedstad | 2023-12-11 21:31:52 +0100 |
---|---|---|
committer | Carl Smedstad | 2023-12-11 21:31:52 +0100 |
commit | 099dfb97c806b0957631d4fb034f3c96fb4038a6 (patch) | |
tree | d98026610a9d53a6dcebd0119e98498661656f81 /PKGBUILD | |
parent | c5577eb3e8d89bbd1a7078b310916e39ee37e0ad (diff) | |
download | aur-099dfb97c806b0957631d4fb034f3c96fb4038a6.tar.gz |
Publish version 4.3.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |