aboutsummaryrefslogtreecommitdiffstats
path: root/cedilla/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cedilla/PKGBUILD')
-rw-r--r--cedilla/PKGBUILD18
1 files changed, 4 insertions, 14 deletions
diff --git a/cedilla/PKGBUILD b/cedilla/PKGBUILD
index 460f2fd..5eb37da 100644
--- a/cedilla/PKGBUILD
+++ b/cedilla/PKGBUILD
@@ -1,25 +1,15 @@
-# Maintainer: Yaohan Chen <yaohan.chen@gmail.com>
+# Maintainer: Mattias Andrée <maandree@opermail.com>
pkgname=cedilla
-pkgver=0.6
+pkgver=0.7
pkgrel=1
-pkgdesc="a simple text printer that uses Unicode internally"
+pkgdesc="A simple text printer that uses Unicode internally"
arch=(any)
url="http://www.pps.jussieu.fr/~jch/software/cedilla/"
license=('GPL')
-groups=()
depends=(clisp texlive-core)
makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz)
-noextract=()
-md5sums=('007948ffdec8ff4202ec5efff364ea22')
+md5sums=('57d2a80d3fd8fdc72827ada5e6257be2')
build() {
cd "$srcdir/$pkgname-$pkgver"