summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelder Bertoldo2023-07-24 20:28:49 -0300
committerHelder Bertoldo2023-07-24 20:28:49 -0300
commit553aa3b8a6d0dd251954ee39498d1e83d03d7e96 (patch)
tree10e2eb3d9f7c4c5ce353c4bad9148d0e044494aa
parent7d488ad9e24e854abd77af39ad092e7f86fb6d23 (diff)
downloadaur-553aa3b8a6d0dd251954ee39498d1e83d03d7e96.tar.gz
update to 3.005
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD14
3 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78554575944a..2011edc7218f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = lora-font-git
pkgdesc = Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.
- pkgver = 3.001
+ pkgver = r254.c11db343
pkgrel = 1
url = https://github.com/cyrealtype/Lora-Cyrillic
arch = any
license = OFL
+ makedepends = git
source = git+https://github.com/cyrealtype/Lora-Cyrillic.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..221f8c3df7ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*~
+Lora-Cyrillic/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 66f18d6460aa..743c32857ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
-# $Id$
-# Maintainer: Radu Potop <radu at wooptoo dot com>
+# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com>
+# Contributor: Radu Potop <radu at wooptoo dot com>
-pkgname=lora-font-git
-pkgver=3.001
+_gitname=Lora-Cyrillic
+_author=cyrealtype
+_auxname=lora-font
+pkgname=("${_auxname}-git")
+pkgver=r254.c11db343
pkgrel=1
pkgdesc='Contemporary serif font that supports Latin and Cyrillic scripts. Includes OTF, TTF and variable.'
arch=('any')
-url="https://github.com/cyrealtype/Lora-Cyrillic"
+makedepends=('git')
+url="https://github.com/${_author}/${_gitname}"
license=('OFL')
source=(
"git+${url}.git"