summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2015-12-15 19:40:15 +0100
committerOliver Bandel2015-12-15 19:40:15 +0100
commitf15f83d2070cf90e743a4d1e03e8746f17091204 (patch)
tree2166e639f9b92b4b76d3230bb44cd05438c1464e
parentd2a287503d133769d98e77cfbbca2667fdbf9011 (diff)
downloadaur-f15f83d2070cf90e743a4d1e03e8746f17091204.tar.gz
project-homepage changed, because github is the preferred / current page, the other one is outdated.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd31c229ad0b..8950ee784a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Dec 7 12:13:45 UTC 2015
+# Tue Dec 15 18:39:00 UTC 2015
pkgbase = ocaml-sqlite3
pkgdesc = SQLite3 bindings for OCaml
pkgver = 4.0.2
- pkgrel = 1
- url = http://mmottl.github.io/sqlite3-ocaml
+ pkgrel = 2
+ url = https://github.com/mmottl/sqlite3-ocaml
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c2d374e6b0f7..45372e12bb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=ocaml-sqlite3
_pkgname=sqlite3-ocaml
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="SQLite3 bindings for OCaml"
arch=('i686' 'x86_64')
-url="http://mmottl.github.io/sqlite3-ocaml"
+url="https://github.com/mmottl/sqlite3-ocaml"
license=('MIT')
makedepends=('ocaml' 'ocaml-findlib' 'sqlite3')
source=("https://github.com/mmottl/sqlite3-ocaml/releases/download/v$pkgver/sqlite3-ocaml-$pkgver.tar.gz")