summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-12-02 11:36:53 +0800
committerTing-Wei Lan2018-12-02 11:36:53 +0800
commita524b1dd0fde5d176ac108474d7eb3eb927fe0ac (patch)
tree1cc8972d68847999feef9d6ee33a37f2ecdb655a
parent55b788d033b7ad3b646de64477ae599a9986dc91 (diff)
downloadaur-a524b1dd0fde5d176ac108474d7eb3eb927fe0ac.tar.gz
guile-sqlite3: Update upstream website and source file URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e44e59761a6..7eea0ea50ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jul 30 17:09:38 UTC 2018
+# Sun Dec 2 03:36:54 UTC 2018
pkgbase = guile-sqlite3
pkgdesc = Guile bindings for the SQLite3 database engine
pkgver = 0.1.0
pkgrel = 1
- url = https://notabug.org/civodul/guile-sqlite3
+ url = https://notabug.org/guile-sqlite3/guile-sqlite3
arch = x86_64
arch = i686
arch = armv7h
license = LGPL3
depends = guile
depends = sqlite3
- source = https://notabug.org/civodul/guile-sqlite3/archive/v0.1.0.tar.gz
+ source = https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v0.1.0.tar.gz
sha256sums = 7501cd60bc693e581dc3e153f418279e1e1637c0760bc4524af6eb2d8eac2fe9
pkgname = guile-sqlite3
diff --git a/PKGBUILD b/PKGBUILD
index feae85756663..ef87ac7f0da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=0.1.0
pkgrel=1
pkgdesc='Guile bindings for the SQLite3 database engine'
arch=('x86_64' 'i686' 'armv7h')
-url="https://notabug.org/civodul/guile-sqlite3"
+url="https://notabug.org/guile-sqlite3/guile-sqlite3"
license=('LGPL3')
depends=('guile' 'sqlite3')
-source=("https://notabug.org/civodul/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://notabug.org/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('7501cd60bc693e581dc3e153f418279e1e1637c0760bc4524af6eb2d8eac2fe9')
build() {