summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hentschel2021-09-22 09:04:44 +0200
committerPhilipp Hentschel2021-09-22 09:04:44 +0200
commit436deef62cac900470c2e51295f6687dc59bd112 (patch)
tree05bae21ad1facf31e547ff97fc6c03a6da2c8f85
parent2cc386b50ccfd849c57c8a0abd7eec202ea48f18 (diff)
downloadaur-436deef62cac900470c2e51295f6687dc59bd112.tar.gz
added scdoc as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bafa135f35ff..b807b0102455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Interface for Linux to View, Edit, Create and Sync Notes written on app
url='https://github.com/findus/apnotes'
arch=('x86_64')
license=('MIT')
-makedepends=('rust')
+makedepends=('rust' 'scdoc')
depends=('sqlite' 'openssl' 'dbus')
source=(https://github.com/findus/apple-notes-bridge/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('1e0151a8ec7e70f29e56b26ad6b17638919cb895583141a08db036b7039c54b2')