summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-04-28 01:03:37 +0300
committerAdrian Perez de Castro2020-04-28 01:03:37 +0300
commiteb8f2778b6cf322a7040a7740378f979d3a52e93 (patch)
tree7308c4a2a6af5c27eb37742b0c85e27317821476
parentddc00ebf967123c32ccbf9213256f61cb10cbb78 (diff)
downloadaur-eb8f2778b6cf322a7040a7740378f979d3a52e93.tar.gz
Add git makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446e6ff6d7fd..8e94c07f56cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = ttf-mononoki-git
pkgdesc = Monospace font for programmers, successor of monoOne
- pkgver = r76.97b8bc4
+ pkgver = r78.07f7e9b
pkgrel = 1
url = https://github.com/madmalik/mononoki/
arch = any
license = custom:OFL
- depends = fontconfig
+ makedepends = git
provides = ttf-mononoki
conflicts = ttf-mononoki
source = ttf-mononoki-git::git+https://github.com/madmalik/mononoki/
diff --git a/PKGBUILD b/PKGBUILD
index 03a4453931bd..4b22a0d8a18a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname='ttf-mononoki-git'
pkgdesc='Monospace font for programmers, successor of monoOne'
-pkgver=r76.97b8bc4
+pkgver=r78.07f7e9b
pkgrel=1
-arch=('any')
-license=('custom:OFL')
-depends=('fontconfig')
-url='https://github.com/madmalik/mononoki/'
+arch=(any)
+license=(custom:OFL)
+url=https://github.com/madmalik/mononoki/
source=("${pkgname}::git+${url}")
-sha512sums=('SKIP')
-conflicts=('ttf-mononoki')
-provides=( "${conflicts[@]}" )
+sha512sums=(SKIP)
+conflicts=(ttf-mononoki)
+provides=("${conflicts[@]}")
+makedepends=(git)
pkgver () {
cd "$pkgname"