summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-04 19:52:05 +0100
committerEmilio Reggi2020-12-04 19:52:05 +0100
commite455919bfd7c3361838a97be48fe705b65b641b6 (patch)
treec242709c62b9d1282a8743174ac5d8cb3b3d66fd
parentfd4cbc84d2b81722de802954c3c1d112a788a398 (diff)
downloadaur-e455919bfd7c3361838a97be48fe705b65b641b6.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2abba28e83f..16b79d7fe327 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bombadillo-git
pkgdesc = Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.
pkgver = r462.757305d
- pkgrel = 2
+ pkgrel = 3
url = https://tildegit.org/sloum/bombadillo.git
arch = x86_64
license = GPL
makedepends = go
makedepends = git
- optdepends = desktop-file-utils: create desktop entry
+ makedepends = desktop-file-utils
provides = bombadillo
conflicts = bombadillo
source = bombadillo::git+https://tildegit.org/sloum/bombadillo.git
diff --git a/PKGBUILD b/PKGBUILD
index 29464bb0868a..18d8025082a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ pkgname=bombadillo-git
_pkgname=bombadillo
_source=https://tildegit.org/sloum/bombadillo.git
pkgver=r462.757305d
-pkgrel=2
+pkgrel=3
pkgdesc="Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more."
arch=('x86_64')
url="https://tildegit.org/sloum/bombadillo.git"
license=('GPL')
-makedepends=('go' 'git')
-optdepends=('desktop-file-utils: create desktop entry')
+makedepends=('go' 'git' 'desktop-file-utils')
+depends=('glibc')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+${_source}")