summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-04-10 01:20:39 +0200
committerDaniel Peukert2020-04-10 01:20:39 +0200
commitaa28a3020982942212d3b871ab340606c98e1f64 (patch)
tree269dd6499b735262fc8f959f0ad0afcb3a346447
parent7fee079047c0ee43739a11eb11fa5fe0acc3a2a6 (diff)
downloadaur-aa28a3020982942212d3b871ab340606c98e1f64.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 62e7bf53d375..56f9438d4cbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_typerep_conv
depends = ocaml-typerep>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_typerep_conv-0.13.0-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_typerep_conv-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.13.0.tar.gz
sha256sums = 1f9a98d523e04881dfdfb175cc1b26ab1f758c4c57325583541004dc1793de92
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index 2a8222251b90..eb05da71d0ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
depends=('ocaml>=4.04.2' 'ocaml-base>=0.13.0' 'ocaml-typerep>=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=('1f9a98d523e04881dfdfb175cc1b26ab1f758c4c57325583541004dc1793de92')
_sourcedirectory="$_projectname-$pkgver"