summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2017-04-05 17:46:21 +0200
committerOliver Bandel2017-04-05 17:46:21 +0200
commitcb3995a8c8f3a3ea2a53977784cd8153e0d6623b (patch)
tree7d5aa4f37133be0e98dc378d9c09a9476e0ab205
parent8cedb9e145bb8202018306df3c25ec0490978286 (diff)
downloadaur-cb3995a8c8f3a3ea2a53977784cd8153e0d6623b.tar.gz
Using Sources from github now.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11683017a832..324ba9a6f7e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mysql
pkgdesc = OCaml bindings for MySQL
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://ocaml-mysql.forge.ocamlcore.org/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ocaml-mysql
depends = camlp4
options = !strip
options = staticlibs
- source = https://forge.ocamlcore.org/frs/download.php/1500/ocaml-mysql-1.2.1.tar.gz
+ source = https://github.com/ygrek/ocaml-mysql/releases/download/v1.2.1/ocaml-mysql-1.2.1.tar.gz
md5sums = 776d07219ac3a6ffa000811defd91eb3
pkgname = ocaml-mysql
diff --git a/PKGBUILD b/PKGBUILD
index d4f024f851d7..59729d4a4253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-mysql
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="OCaml bindings for MySQL"
arch=('i686' 'x86_64')
url="http://ocaml-mysql.forge.ocamlcore.org/"
@@ -12,7 +12,7 @@ makedepends=('ocaml' 'ocaml-findlib' 'libmysqlclient')
depends=(camlp4)
options=('!strip' 'staticlibs')
#install=
-source=(https://forge.ocamlcore.org/frs/download.php/1500/ocaml-mysql-$pkgver.tar.gz)
+source=(https://github.com/ygrek/ocaml-mysql/releases/download/v$pkgver/ocaml-mysql-$pkgver.tar.gz)
md5sums=('776d07219ac3a6ffa000811defd91eb3')
build() {