summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {