summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-03 07:05:59 +0000
committerBioArchLinuxBot2023-03-03 07:05:59 +0000
commit43291a91cd6219223cfa3e3b4175bf52f7f3e374 (patch)
treec95f64793ce6cf6367db806a63187ff7be6d63b3
parenta05bbf5c27a4d43cd38a7bff24597fefbfdc7ee2 (diff)
downloadaur-bedops.tar.gz
[lilac] updated to 2.4.41-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea151968623..84dd121e242e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bedops
- pkgdesc = Highly scalable genomic feature operations.
+ pkgdesc = Highly scalable genomic feature operations. https://doi.org/10.1093/bioinformatics/bts277
pkgver = 2.4.41
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bedops/bedops/
arch = x86_64
license = GPL
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
}