summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2020-11-21 17:05:41 -0800
committerZachary Michaels2020-11-21 17:05:41 -0800
commitb8a062948d50c3fb612773df78637ae4c7a482e8 (patch)
tree8f42c9159c9bb3ef5abcc8fe9acbfb9387c96349
parent5f49952543fa51fab23e555f8b493ff7badc6bfc (diff)
downloadaur-b8a062948d50c3fb612773df78637ae4c7a482e8.tar.gz
Bump to v35
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e9fc148905..fd193edda78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ttf-agave
pkgdesc = A TrueType monospaced font designed for X environments
- pkgver = 14
+ pkgver = 35
pkgrel = 1
url = https://alocy.be/page/agave
install = ttf-agave.install
arch = any
license = MIT
provides = ttf-font
- source = https://github.com/agarick/agave/releases/download/v14/Agave-Regular.ttf
- md5sums = c47a0fea5d45393189b970a1e6db7a95
+ source = https://github.com/agarick/agave/releases/download/v35/Agave-Regular.ttf
+ md5sums = 6539b018deb9ec59f98bc368d0dae7f1
pkgname = ttf-agave
diff --git a/.gitignore b/.gitignore
index 92ac9c91a200..336807f1d97d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
/LICENSE
/pkg
/src
-/*.pkg.tar.xz \ No newline at end of file
+/*.pkg.tar.xz
+/*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index 67ebac6296c0..49c330878607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ttf-agave
-pkgver=14
+pkgver=35
pkgrel=1
url="https://alocy.be/page/agave"
license=('MIT')
@@ -7,9 +7,9 @@ pkgdesc='A TrueType monospaced font designed for X environments'
provides=('ttf-font')
arch=('any')
source=(
- "https://github.com/agarick/agave/releases/download/v14/Agave-Regular.ttf"
+ "https://github.com/agarick/agave/releases/download/v$pkgver/Agave-Regular.ttf"
)
-md5sums=('c47a0fea5d45393189b970a1e6db7a95')
+md5sums=('6539b018deb9ec59f98bc368d0dae7f1')
install=$pkgname.install