summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Freund2020-02-21 16:08:19 +0100
committerIsaac Freund2020-02-21 16:08:19 +0100
commitcfd8d0dfc9476a3a62a52cad50c6af8f921f2339 (patch)
tree09de169e49a5f655692a5eaf800e62a4ec016e67
parent8b70a7156194e061531406002948b68c58ef83c4 (diff)
downloadaur-cfd8d0dfc9476a3a62a52cad50c6af8f921f2339.tar.gz
Bump version to 1.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8d7e1a166a..495d65a61ff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = cozette-otb
pkgdesc = A bitmap programming font optimized for coziness
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/slavfox/Cozette
arch = any
license = MIT
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/slavfox/Cozette/releases/download/v.1.4.0/cozette.otb
- source = https://github.com/slavfox/Cozette/archive/v.1.4.0.tar.gz
- sha256sums = 2dc676dbc340aa9ed4507d8a50421d6f4430283b97dc635f8986167c943848f5
- sha256sums = 99a2fd4b3b37d33e0926eb98979d3af1e803ff94c40b25b62dfc8d1320131aea
+ source = https://github.com/slavfox/Cozette/releases/download/v.1.5.0/cozette.otb
+ source = https://github.com/slavfox/Cozette/archive/v.1.5.0.tar.gz
+ sha256sums = a1bc858c58d71081d4ec0c6c91b360430c190a1b92001f99844d8d4eec878911
+ sha256sums = 44d5071f19a83dcdfbffadfe3878416fc9e260d46cb1bb5e94107cf5dc6e2025
pkgname = cozette-otb
diff --git a/PKGBUILD b/PKGBUILD
index d32c38e2b14f..44127f6bd340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Isaac Freund <ifreund@ifreund.xyz>
pkgname=cozette-otb
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='A bitmap programming font optimized for coziness'
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/slavfox/Cozette/releases/download/v.${pkgver}/cozette.otb"
"https://github.com/slavfox/Cozette/archive/v.${pkgver}.tar.gz")
-sha256sums=('2dc676dbc340aa9ed4507d8a50421d6f4430283b97dc635f8986167c943848f5'
- '99a2fd4b3b37d33e0926eb98979d3af1e803ff94c40b25b62dfc8d1320131aea')
+sha256sums=('a1bc858c58d71081d4ec0c6c91b360430c190a1b92001f99844d8d4eec878911'
+ '44d5071f19a83dcdfbffadfe3878416fc9e260d46cb1bb5e94107cf5dc6e2025')
package() {
cd "${srcdir}"