summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas P2020-01-27 21:22:35 +0100
committerThomas P2020-01-27 21:22:35 +0100
commitd1c1bafca453b3754d3871e4fcc261cc7516654c (patch)
tree4480def0ccf2cc86fb971c0bd9e3cccda351d3bd /PKGBUILD
parentce0bd634a7f273d53850a571a5e02eca01ce87b2 (diff)
downloadaur-d1c1bafca453b3754d3871e4fcc261cc7516654c.tar.gz
Add missing dependencies and cleanup tar (in base)
As suggested by @yochananmarqos
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828fa7d8a20a..d75e6c3ebf8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="A complete rewriting of the Tomboy note taking app"
arch=('x86_64')
license=('GPL-3.0')
url="https://wiki.gnome.org/Apps/Tomboy/tomboy-ng"
-depends=()
-makedepends=('tar')
+depends=(gtk2 libcanberra)
+makedepends=()
optdepends=()
source=(
"https://github.com/tomboy-notes/tomboy-ng/releases/download/v${pkgver}/tomboy-ng_${pkgver}-${pkgrel}_amd64.deb"