summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aed5e152b34..3dfd904114a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = chomsky-font
pkgdesc = A font in the style of the New York Times masthead
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/ctrlcctrlv/chomsky
arch = any
license = OFL
- source = otf-chomsky-2.1.tar.gz::https://github.com/ctrlcctrlv/chomsky/archive/v2.1.tar.gz
- sha256sums = 9c9c8f77d0b6bd1b0e9d55ebbedd8da6062fc51159711f96892234fcfeb54987
+ source = otf-chomsky-2.2.tar.gz::https://github.com/ctrlcctrlv/chomsky/archive/v2.2.tar.gz
+ sha256sums = e8218b6386788ee199c12431924a324e2e684be06ec77d2eaf518b0a04de09be
pkgname = otf-chomsky
provides = chomsky-font
diff --git a/PKGBUILD b/PKGBUILD
index de7a01e236c6..3f8158d5a6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=chomsky
pkgbase=$_name-font
pkgname=(otf-$_name)
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc='A font in the style of the New York Times masthead'
arch=('any')
url="https://github.com/ctrlcctrlv/$_name"
license=('OFL')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9c9c8f77d0b6bd1b0e9d55ebbedd8da6062fc51159711f96892234fcfeb54987')
+sha256sums=('e8218b6386788ee199c12431924a324e2e684be06ec77d2eaf518b0a04de09be')
package_otf-chomsky() {
provides=("$pkgbase")