summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2017-12-19 12:39:51 -0500
committerclintval2017-12-19 12:39:51 -0500
commit45ef8f77707066e7f76cf507c96451a2793fe4d4 (patch)
tree0dcd968d02af701e5b65876ec2345002a602ad8a
parent883946c424b7f14ef45e92f26c742a005dcf3083 (diff)
downloadaur-45ef8f77707066e7f76cf507c96451a2793fe4d4.tar.gz
Fixed package name to include -git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2553cb4518d..f8c210022c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-pybedtools
+pkgbase = python-pybedtools-git
pkgdesc = Python wrapper for Aaron Quinlan's bedtools.
pkgver = 0.7.10.r21.g7143a86
pkgrel = 1
@@ -22,5 +22,5 @@ pkgbase = python-pybedtools
source = git+https://github.com/daler/pybedtools.git
md5sums = SKIP
-pkgname = python-pybedtools
+pkgname = python-pybedtools-git
diff --git a/PKGBUILD b/PKGBUILD
index 49a2f4158594..752b318f53ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
-pkgname='python-pybedtools'
+pkgname='python-pybedtools-git'
pkgver=0.7.10.r21.g7143a86
pkgrel=1
pkgdesc="Python wrapper for Aaron Quinlan's bedtools."