summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-30 18:24:20 +0300
committerCaleb Maclennan2023-05-30 18:24:20 +0300
commit875177728815f6853a73f23b508c5c2ae9e46c42 (patch)
treeccf2b5fc726757043d0424ef471ebeea523b3976 /PKGBUILD
parentea56b408579c3e5b6df1499c94c0b96df9bd64ef (diff)
downloadaur-875177728815f6853a73f23b508c5c2ae9e46c42.tar.gz
upgpkg: ots 9.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b156f8fb05cf..b66ede214d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=ots
-pkgver=9.0.0
-pkgrel=2
+pkgver=9.1.0
+pkgrel=1
pkgdesc='OpenType fonts sanitiser. Supports TTF, WOFF, WOFF2 and other formats'
arch=(x86_64 i686)
url=https://github.com/khaledhosny/ots
@@ -15,7 +15,7 @@ makedepends=(meson
ninja)
checkdepends=(gtest)
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('5982233f167266c6fa4d89bdd3aaddfaf7aad2f19053bc63abf901847d4403fa')
+sha256sums=('e52efca9b6af41121deb71d867c6440b2d89b4cf189a9004f62a3989514acc22')
build() {
cd "$pkgname-$pkgver"