diff options
author | Thomas P | 2020-01-27 21:22:35 +0100 |
---|---|---|
committer | Thomas P | 2020-01-27 21:22:35 +0100 |
commit | d1c1bafca453b3754d3871e4fcc261cc7516654c (patch) | |
tree | 4480def0ccf2cc86fb971c0bd9e3cccda351d3bd /PKGBUILD | |
parent | ce0bd634a7f273d53850a571a5e02eca01ce87b2 (diff) | |
download | aur-d1c1bafca453b3754d3871e4fcc261cc7516654c.tar.gz |
Add missing dependencies and cleanup tar (in base)
As suggested by @yochananmarqos
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |