summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFirstAirBender2019-12-26 14:36:56 -0600
committerFirstAirBender2019-12-26 14:36:56 -0600
commit938ea20ba63f455c8aeeb6d44e62e79f42b6feae (patch)
tree42a0c65f418492ff28f4ddc3eb21c877b0bdb08a
parentbd7bea6534440a3256b2a6e91d2d66d836405679 (diff)
downloadaur-938ea20ba63f455c8aeeb6d44e62e79f42b6feae.tar.gz
Update dependencies
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb762a5e8e64..dbccdfae4fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=natpad
pkgver=2.5
pkgrel=1
-pkgdesc='Natpad is a Text-editor written in C using GTK'
+pkgdesc='A Text-editor written in C using GTK'
arch=('x86_64')
url='https://github.com/douwevos/natpad'
license=('GPL3')
+depends=('gtk3')
provides=(natpad)
source=(
"natpad-${pkgver}-amd64.deb::https://github.com/douwevos/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb"