summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylon Edwards2018-04-26 23:20:19 -0700
committerDylon Edwards2018-04-26 23:20:19 -0700
commitc42fd52dfa3272bf6e3e2bbf24c76ffa0dd3f035 (patch)
treebfa0b5b60753488e8053d403b4fb2e8a03d8e3f9 /PKGBUILD
parenta9294616996c68f313c3d3faed5b0c57517bace6 (diff)
downloadaur-c42fd52dfa3272bf6e3e2bbf24c76ffa0dd3f035.tar.gz
Replaces "VCS" in PKGBUILD with "git"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936e6178839f..bd04a111be4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='quartet-git'
pkgver=r2.a99c049
-pkgrel=1
+pkgrel=2
pkgdesc="A tetrahedral mesh generator that does isosurface stuffing with an acute tetrahedral tile."
arch=('x86_64')
url="https://github.com/crawforddoran/quartet"
license=('ISC')
changelog="${pkgname}.changelog"
makedepends=('git' 'gcc')
-provides=("${pkgname%-VCS}")
-conflicts=("${pkgname%-VCS}")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("git+https://github.com/crawforddoran/${pkgname%-git}.git")
md5sums=('SKIP')