summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas P2020-01-27 21:22:35 +0100
committerThomas P2020-01-27 21:22:35 +0100
commitd1c1bafca453b3754d3871e4fcc261cc7516654c (patch)
tree4480def0ccf2cc86fb971c0bd9e3cccda351d3bd
parentce0bd634a7f273d53850a571a5e02eca01ce87b2 (diff)
downloadaur-d1c1bafca453b3754d3871e4fcc261cc7516654c.tar.gz
Add missing dependencies and cleanup tar (in base)
As suggested by @yochananmarqos
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1db6cef49f6..d12e4e59bd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = tomboy-ng-bin
url = https://wiki.gnome.org/Apps/Tomboy/tomboy-ng
arch = x86_64
license = GPL-3.0
- makedepends = tar
+ depends = gtk2
+ depends = libcanberra
source = https://github.com/tomboy-notes/tomboy-ng/releases/download/v0.26/tomboy-ng_0.26-0_amd64.deb
sha512sums = 0e4d0e8b934594ffdf319828856bf3b75f9b05178467527ddab8cb67cc2e0ac63d7830fb1c77c8bf4aa488bba688ab655570e107d3c1943e65f879df04fe6b53
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"