summaryrefslogtreecommitdiff
path: root/community/ctpl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-15 23:15:01 +0000
committerroot <root@rshg054.dnsready.net>2011-12-15 23:15:01 +0000
commitac25f0b5aaf7aff394a8df695be995ec8463e264 (patch)
tree040d788c6c53b1f114363d01336bafa980a942ee /community/ctpl
parentf96b67a7733c348213a216ba6472d43614b44f04 (diff)
Thu Dec 15 23:15:01 UTC 2011
Diffstat (limited to 'community/ctpl')
-rw-r--r--community/ctpl/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD
index bae7a5242..0547eabfe 100644
--- a/community/ctpl/PKGBUILD
+++ b/community/ctpl/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 60331 2011-12-11 14:46:35Z arodseth $
+# $Id: PKGBUILD 60598 2011-12-14 19:59:50Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=ctpl
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Template engine library written in C"
arch=('x86_64' 'i686')
url="http://ctpl.tuxfamily.org/"
license=('GPL')
-depends=('glib2' 'gvfs')
+depends=('glib2')
options=(!libtool)
source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
sha256sums=('7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7')
@@ -26,4 +26,5 @@ package() {
make DESTDIR="$pkgdir" install
}
+
# vim:set ts=2 sw=2 et: