summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2023-01-30 21:37:34 +0100
committerLev Levitsky2023-01-30 21:37:34 +0100
commitb5b66b5275db5aadf3a2d8e9bcf721456182ede5 (patch)
tree3881027e0a525332d6b33b318976f2eb96098317
parent39f86e12471a4386d2bb9d8354e9c5545ff45701 (diff)
downloadaur-regtools-git.tar.gz
1.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7413002fda8..6ef9526cb789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = regtools-git
pkgdesc = Tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context
- pkgver = 0.6.0.r122.2e3a291
+ pkgver = 1.0.0.r0.3068563
pkgrel = 1
url = https://github.com/griffithlab/regtools
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2ae8947fb192..3c03ebc7e904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev<at>mail.ru>
pkgname=regtools-git
-pkgver=0.6.0.r122.2e3a291
+pkgver=1.0.0.r0.3068563
pkgrel=1
pkgdesc="Tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context"
arch=('any')
@@ -25,8 +25,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
- # Git, tags available
- printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --tags --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {