summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-03 07:05:59 +0000
committerBioArchLinuxBot2023-03-03 07:05:59 +0000
commit43291a91cd6219223cfa3e3b4175bf52f7f3e374 (patch)
treec95f64793ce6cf6367db806a63187ff7be6d63b3 /PKGBUILD
parenta05bbf5c27a4d43cd38a7bff24597fefbfdc7ee2 (diff)
downloadaur-bedops.tar.gz
[lilac] updated to 2.4.41-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bb5266aa38b..a2d8c332c136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=bedops
pkgver=2.4.41
-pkgrel=1
-pkgdesc="Highly scalable genomic feature operations."
+pkgrel=2
+pkgdesc="Highly scalable genomic feature operations. https://doi.org/10.1093/bioinformatics/bts277"
arch=('x86_64')
url="http://github.com/bedops/bedops/"
license=('GPL')
@@ -22,5 +22,5 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make install
mkdir -p "$pkgdir"/usr/bin
- cp -r bin/* $pkgdir/usr/
+ cp -r bin/* $pkgdir/usr/bin
}