summaryrefslogtreecommitdiff
path: root/extra/cscope
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-18 12:59:58 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-18 12:59:58 -0300
commitf04f84ee9902c5aa8a88107bf0461aeef0030b9e (patch)
tree18f02f6ddf8d00d97af855dba055f89f615e3939 /extra/cscope
parentf8dc0992fd9d1751e8de891cf74a655c32b8e922 (diff)
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/gummi/PKGBUILD community-staging/mtpaint/PKGBUILD community-staging/mtpaint/mtpaint.install extra/php-xcache/PKGBUILD kde-unstable/akonadi/PKGBUILD kde-unstable/kdeedu-kig/PKGBUILD kde-unstable/kdeedu-rocs/PKGBUILD testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'extra/cscope')
-rw-r--r--extra/cscope/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/cscope/PKGBUILD b/extra/cscope/PKGBUILD
index da0efb9a2..1dc2d8d63 100644
--- a/extra/cscope/PKGBUILD
+++ b/extra/cscope/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=cscope
-pkgver=15.7a
-pkgrel=3
+pkgver=15.8
+pkgrel=1
pkgdesc="A developers tool for browsing program code"
arch=('i686' 'x86_64' 'mips64el')
url="http://cscope.sourceforge.net/"
license=('BSD')
depends=('ncurses' 'sh')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da43987622ace8c36bbf14c15a350ec1')
+md5sums=('7114b5838b3edcb3f5821efd444fff06')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"