summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-09-04 20:18:05 +0200
committerkleintux2022-09-04 20:18:05 +0200
commit0b509b55cce780aab073de56599066aeec0215fc (patch)
treef5baf319d97e92d7d47e3bfecdb82f00650e32a1
parent72d86a29540cd13d78a18f804aaea7319bbc62d7 (diff)
downloadaur-0b509b55cce780aab073de56599066aeec0215fc.tar.gz
changed to new ttf
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b847f7489b..e6eb26b18ea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mabel-git
pkgdesc = A fancy BitTorrent client for the terminal
- pkgver = r232.93a0f10
+ pkgver = r265.4b594b8
pkgrel = 1
- url = https://github.com/mr-karan/mabel
+ url = https://github.com/smmr-software/mabel.git
arch = any
license = GPL3
makedepends = git
makedepends = go
+ depends = ttf-nerd-fonts-symbols-2048-em
provides = mabel
conflicts = mabel
source = git+https://github.com/smmr-software/mabel.git
diff --git a/PKGBUILD b/PKGBUILD
index f20b61e00a7d..5ae4fb12d158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="A fancy BitTorrent client for the terminal"
arch=('any')
url="https://github.com/smmr-software/mabel.git"
license=('GPL3')
+depends=('ttf-nerd-fonts-symbols-2048-em')
makedepends=('git' 'go')
provides=('mabel')
conflicts=('mabel')
-options=()
source=(git+${url})
sha256sums=('SKIP')
build() {