summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-04-10 01:17:40 +0200
committerDaniel Peukert2020-04-10 01:17:40 +0200
commitc482d73b516c0753dfc1faeee946abc7a9666cb4 (patch)
treebe58c9d0dc123b0bc752fe48158c6c32194ee13e
parent4e4c28fc4bf1eae834e0f8d38d9a818e32d735fd (diff)
downloadaur-c482d73b516c0753dfc1faeee946abc7a9666cb4.tar.gz
Added epoch to source name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 447e8f797c25..128827a89438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = ocaml-ppx_bench
depends = ocaml-ppx_inline_test>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_bench-0.13.0-1.tar.gz::https://github.com/janestreet/ppx_bench/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_bench-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_bench/archive/v0.13.0.tar.gz
sha256sums = b615d8f5ad057ab461972cfa198ed17a57c6703627360750826495390e429f28
pkgname = ocaml-ppx_bench
diff --git a/PKGBUILD b/PKGBUILD
index 0c67a86e8941..8bc98bad5e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
depends=('ocaml>=4.04.2' 'ocaml-ppx_inline_test>=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=('b615d8f5ad057ab461972cfa198ed17a57c6703627360750826495390e429f28')
_sourcedirectory="$_projectname-$pkgver"