summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea33c2cf3799..43e1996f1275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Balwierz
pkgname=bedtools
-pkgver=2.29.2
+pkgver=2.30.0
pkgrel=1
pkgdesc='powerful toolset for genome arithmetic'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=('bash' 'zlib')
checkdepends=('python' 'samtools')
source=("https://github.com/arq5x/bedtools2/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('ed08e3ca549d6a732fd3b0a1f1c05774a84cbb8c')
+sha1sums=('e6e87b4bcbda17348a1df2ff6386fccb8ec1f75b')
build()
{
@@ -17,12 +17,12 @@ build()
make
}
-# check disabled because it requires python and samtools. Uncomment if you wish.
-# check()
-# {
- # cd $srcdir/${pkgname}2
- # make test
-# }
+#check disabled because it requires python and samtools. Uncomment if you wish.
+#~ check()
+#~ {
+ #~ cd $srcdir/${pkgname}2
+ #~ make test
+#~ }
package()
{