summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eec6dcb6efe..ae26c68ef60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=sent
pkgname=${_pkgname}-git
-pkgver=r74.95af430
+pkgver=r84.11f2c64
pkgrel=1
pkgdesc="Simple plain-text presentation tool"
arch=('i686' 'x86_64')
url=(http://tools.suckless.org/${_pkgname})
license=('MIT')
-depends=('fontconfig' 'libxft' 'libpng')
+depends=('fontconfig' 'libxft')
+optdepends=('farbfeld: PNG and JPEG support')
makedepends=('git')
conflicts=('sent')
source=("${pkgname}::git://git.suckless.org/${_pkgname}")