diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
commit | 1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch) | |
tree | 216bc7e920c66a705a160ab98ca99ebd3f692e8e /community/lazarus | |
parent | e5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff) | |
parent | 8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/hostapd/PKGBUILD
community/polipo/PKGBUILD
extra/libotf/PKGBUILD
extra/libssh/PKGBUILD
extra/m17n-lib/PKGBUILD
Diffstat (limited to 'community/lazarus')
-rw-r--r-- | community/lazarus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index 8d1f24767..c8140872e 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77496 2012-10-11 11:35:28Z spupykin $ +# $Id: PKGBUILD 80760 2012-12-03 10:07:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jens Adam (byte/jra) <j_adam@web.de> # Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgbase=lazarus pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt') -pkgver=1.0.2 +pkgver=1.0.4 _pkgsubver=0 pkgrel=1 url='http://www.lazarus.freepascal.org/' @@ -15,7 +15,7 @@ makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" 'lazcontrols2.diff') -md5sums=('738ee29686de71cd599b468eabf034e8' +md5sums=('1075f1d79a4e01784b2bbbcf4209a732' '288bca6ad5ade79deec34c3602daaaa9') build() { |