summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eea0ea50ce1..4c572b50ddfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 2 03:36:54 UTC 2018
pkgbase = guile-sqlite3
pkgdesc = Guile bindings for the SQLite3 database engine
- pkgver = 0.1.0
+ pkgver = 0.1.3
pkgrel = 1
url = https://notabug.org/guile-sqlite3/guile-sqlite3
arch = x86_64
@@ -11,8 +9,8 @@ pkgbase = guile-sqlite3
license = LGPL3
depends = guile
depends = sqlite3
- source = https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v0.1.0.tar.gz
- sha256sums = 7501cd60bc693e581dc3e153f418279e1e1637c0760bc4524af6eb2d8eac2fe9
+ source = guile-sqlite3-0.1.3.tar.gz::https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v0.1.3.tar.gz
+ sha256sums = 158cb82958c6329319f911412999ea125980f327f54185bf0dad271d6f8f45c2
pkgname = guile-sqlite3
diff --git a/PKGBUILD b/PKGBUILD
index ef87ac7f0da9..6c4d4f36e173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=guile-sqlite3
-pkgver=0.1.0
+pkgver=0.1.3
pkgrel=1
pkgdesc='Guile bindings for the SQLite3 database engine'
arch=('x86_64' 'i686' 'armv7h')
url="https://notabug.org/guile-sqlite3/guile-sqlite3"
license=('LGPL3')
depends=('guile' 'sqlite3')
-source=("https://notabug.org/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('7501cd60bc693e581dc3e153f418279e1e1637c0760bc4524af6eb2d8eac2fe9')
+source=("${pkgname}-${pkgver}.tar.gz::https://notabug.org/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('158cb82958c6329319f911412999ea125980f327f54185bf0dad271d6f8f45c2')
build() {
cd "${srcdir}/${pkgname}"