diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 8 deletions
@@ -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 @@ -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}" |