summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen2018-12-30 12:33:32 +0800
committerAllen2018-12-30 12:33:32 +0800
commit622689e344fcca157243a7606d06e8b37ab34371 (patch)
tree72516fef51b904084537335ffffec2fc6b194cfd /PKGBUILD
parenta03484c27ba91954e6c94d7381e6adfaa81437d1 (diff)
downloadaur-rmotifgen.tar.gz
Various patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcc5ffa3909b..0b7aa3e2f840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: allencch <allencch at hotmail dot com>
pkgname=rmotifgen
pkgver=3.0
-pkgrel=3
+pkgrel=4
pkgdesc="Random motif sequence generator for genomic sequences"
arch=('i686' 'x86_64')
url="http://bioinformatics.louisville.edu/rMotifGen.html"
@@ -10,12 +10,12 @@ depends=()
source=("http://bioinformatics.louisville.edu/localresources/software/rMotifGen${pkgver}.tar.gz"
"source.patch")
md5sums=('b8b43a6cfd3c8ade4eee3306c9661eda'
- '42cea8476540f270c1502d123414bbd0')
+ 'b3317f939d7a21c84dd3acc48319ce49')
build() {
cd "${srcdir}/rMotifGen_v${pkgver}"
sed -i -e 's|PAM1\.prob|/opt/rMotifGen/PAM1.prob|' SubstitutionMatrices.cpp
- patch -p1 -u < ../source.patch
+ patch -p1 -u -l < ../source.patch
make
}