summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-08-12 09:31:21 +0200
committerFabioLolix2021-08-12 09:31:21 +0200
commita3beb033be245ff17df7c3374a0e36a35e65c46d (patch)
tree0b95bcbade1ae3668ccf54d84aa2606f8a6c183c /PKGBUILD
parent6d9d3cd2e585eb918b212deeb460e668c8934159 (diff)
downloadaur-otf-pecita.tar.gz
make last neeed fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b5736bd3589..227bc11dd008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Contributor: feufochmar <feufochmar.gd@gmail.com>
+
pkgname=otf-pecita
pkgver=5.4
pkgrel=3
pkgdesc="A handwritten font with attached letters."
arch=('any')
url="http://pecita.eu"
-license=('custom:OFL')
-depends=()
+license=('OFL')
source=("http://pecita.eu/b/Pecita.otf" "OFL.txt")
+sha256sums=('0fd219fa9e1414750db7d99eec3e2fbf4c7aacc2bd21a56228f962084c97eade'
+ '02db0ecd402bde9494564c4b0cbd4e4b8be4845e16ed8126c57d9dd93b04a065')
package() {
cd "$srcdir"
@@ -15,6 +17,3 @@ package() {
mkdir -p "$pkgdir"/usr/share/fonts/OTF
install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
}
-
-md5sums=('2d9707af5d62c09a782b31aa96de12cb'
- '3fa78374b78960f75ba6b4440309ac91')