diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-03 03:35:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-03 03:35:01 +0000 |
commit | 92723c41135cfb106d37d4343603e63dc99922ca (patch) | |
tree | 6190f189700c2e68570eefbfded247965b1bde5a /community/xcircuit/PKGBUILD | |
parent | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (diff) |
Thu Jul 3 03:30:43 UTC 2014
Diffstat (limited to 'community/xcircuit/PKGBUILD')
-rw-r--r-- | community/xcircuit/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index d16771b4d..615a9dc6e 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 113535 2014-06-25 10:05:35Z spupykin $ +# $Id: PKGBUILD 114632 2014-07-02 10:25:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <linuxmania@gmail.com> # Contributor: simo <simo@archlinux.org> pkgname=xcircuit -pkgver=3.8.65 +pkgver=3.8.68 pkgrel=1 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL2') depends=('tk' 'libxpm' 'zlib') makedepends=('chrpath') source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz) -md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7') +md5sums=('20954dc6413f7e4824220cd4b4cb2db6') build() { cd $srcdir/$pkgname-$pkgver |