summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-03-15 17:42:10 -0700
committerclintval2018-03-15 17:42:10 -0700
commitfdf169c21a9966b3f15ea03cc0ba143f9bbf02e3 (patch)
tree650dfcfd537f842ac98a91f96bd4d3fccd7f5f93
parent918ad207cd356fa9e3a43899e823f87bc0b5d1a8 (diff)
downloadaur-fdf169c21a9966b3f15ea03cc0ba143f9bbf02e3.tar.gz
Added dgwsim-git provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d791c9d7d5cc..2997176d2a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = dwgsim-git
pkgdesc = Whole genome read simulator for Next-Generation Sequencing data
pkgver = r159.39a1bbb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lh3/dwgsim
arch = x86_64
license = GPL2
+ provides = dwgsim
+ conflicts = dwgsim
source = dwgsim::git+https://github.com/nh13/DWGSIM.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e6668d7a970..e5422c568938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@
_name=dwgsim
pkgname="${_name}"-git
pkgver=r159.39a1bbb
-pkgrel=1
+pkgrel=2
pkgdesc="Whole genome read simulator for Next-Generation Sequencing data"
arch=('x86_64')
url=https://github.com/lh3/"${_name}"
license=('GPL2')
+conflicts=('dwgsim')
+provides=('dwgsim')
source=('dwgsim::git+https://github.com/nh13/DWGSIM.git')
sha256sums=('SKIP')