Skip to content

Commit

Permalink
merge devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
qgeissmann committed Oct 4, 2014
1 parent d530529 commit ed32340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packagingScripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Quentin Geissmann <opencfu@gmail.com>
pkgname=opencfu
pkgver=3.8.10
pkgver=3.9.0
pkgrel=1
pkgdesc="A C++ program to count cell colonies (CFUs) on agar plates by processing digital pictures."
arch=(any)
Expand All @@ -9,7 +9,7 @@ license=('GPLv3')
depends=('gtkmm>=2.24' 'opencv>=2.4.3' )
makedepends=('autoconf' 'automake' 'sed' 'grep' 'make' 'gcc>=4.7')
source=("http://sourceforge.net/projects/opencfu/files/linux/${pkgname}-${pkgver}.tar.gz")
md5sums=(ba67e8b609f49633ff39ef6dddc0bd56)
md5sums=(2331752a1fc9f27e09f76e832dba963c)

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion packagingScripts/PKGBUILD.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Quentin Geissmann <opencfu@gmail.com>
pkgname=opencfu
pkgver=3.8.10
pkgver=3.9.0
pkgrel=1
pkgdesc="A C++ program to count cell colonies (CFUs) on agar plates by processing digital pictures."
arch=(any)
Expand Down
2 changes: 1 addition & 1 deletion packagingScripts/md5.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ba67e8b609f49633ff39ef6dddc0bd56
2331752a1fc9f27e09f76e832dba963c

0 comments on commit ed32340

Please sign in to comment.