summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d87cd57b8e2..2db028b2101f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=notementum
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A native Markdown notebook app."
arch=(any)
url='https://github.com/IvanFon/notementum'
license=(GPL3)
-depends=('gtk3' 'gtksourceview4' 'python' 'python-gobject' 'python-mistletoe' 'python-setuptools' 'webkit2gtk')
+depends=('gtk3' 'gtksourceview4' 'python' 'python-gobject' 'python-mistletoe' 'python-pygments' 'python-setuptools' 'webkit2gtk')
source=(https://github.com/IvanFon/notementum/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('e1e0fc06d26c6e4bb1487a521b9c6a8a1c0338a6d237cb431ff17bc434510ef5')