summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-04-10 01:19:33 +0200
committerDaniel Peukert2020-04-10 01:19:33 +0200
commite3bf1c015e107a88022ee738aea9c8ce9eb8c78f (patch)
tree296fcd37ee05b18eb05bb236e1cd8d0fde177ab0 /PKGBUILD
parentb54b0e267ca5b8054344941838eeed5af8b28422 (diff)
downloadaur-e3bf1c015e107a88022ee738aea9c8ce9eb8c78f.tar.gz
Added epoch to source name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55eb28a4b072..7dafccf48b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
depends=('ocaml>=4.04.2' 'ocaml-base_quickcheck>=0.13.0' 'ocaml-ppx_assert>=0.13.0' 'ocaml-ppx_base>=0.13.0' 'ocaml-ppx_bench>=0.13.0' 'ocaml-ppx_bin_prot>=0.13.0' 'ocaml-ppx_custom_printf>=0.13.0' 'ocaml-ppx_expect>=0.13.0' 'ocaml-ppx_fail>=0.13.0' 'ocaml-ppx_fields_conv>=0.13.0' 'ocaml-ppx_here>=0.13.0' 'ocaml-ppx_inline_test>=0.13.0' 'ocaml-ppx_let>=0.13.0' 'ocaml-ppx_module_timer>=0.13.0' 'ocaml-ppx_optcomp>=0.13.0' 'ocaml-ppx_optional>=0.13.0' 'ocaml-ppx_pipebang>=0.13.0' 'ocaml-ppx_sexp_message>=0.13.0' 'ocaml-ppx_sexp_value>=0.13.0' 'ocaml-ppx_stable>=0.13.0' 'ocaml-ppx_typerep_conv>=0.13.0' 'ocaml-ppx_variants_conv>=0.13.0' 'ocaml-ppxlib>=0.9.0')
makedepends=('dune>=1.5.1')
options=('!strip')
-source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('b1d49e946babf5f26be5a4b1b4f36bbf3ae3ac5118ca56b1f9adff1dda37d9c3')
_sourcedirectory="$_projectname-$pkgver"