summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-12-26 06:34:30 +0100
committerMichał Wojdyła2022-12-26 06:34:30 +0100
commit52417949e8d97d1dac17bf5805c54bd46f48394f (patch)
treebbd51ef631a978da5e0dac7b1a3d077189206b4f /PKGBUILD
parent8222696acbba24707ebf34a4bcd2a5ebc678e1e2 (diff)
downloadaur-52417949e8d97d1dac17bf5805c54bd46f48394f.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5c0ae6a7ba7..e1d579b4b74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,12 @@
-# Maintainer: Sauliusl <luksaulius[at]gmail[dot]com>
+# Contributor: Sauliusl <luksaulius[at]gmail[dot]com>
pkgname=beads
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bias Elimination Algorithm for Deep Sequencing."
url="http://beads.sourceforge.net/"
arch=('x86_64')
license=('unknown')
depends=('python2' 'java-environment')
-optdepends=()
-makedepends=('python2')
-conflicts=()
-replaces=()
-backup=()
-install=()
source=("http://downloads.sourceforge.net/project/beads/BEADS-${pkgver}.tar.gz"
"beads.sh")
sha1sums=('f83587d3b8c7b1eb619d81e17499e8f8fdae3138'
@@ -30,5 +24,3 @@ package() {
install -d ${pkgdir}/usr/share/java/${pkgname}
install -Dm0644 BEADSjava.jar ${pkgdir}/usr/share/java/${pkgname}
}
-
-# vim:set ts=2 sw=2 et: \ No newline at end of file