summaryrefslogtreecommitdiff
path: root/pcr/guile-sqlite3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/guile-sqlite3/PKGBUILD')
-rw-r--r--pcr/guile-sqlite3/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/pcr/guile-sqlite3/PKGBUILD b/pcr/guile-sqlite3/PKGBUILD
index 364b8ba49..0a9e739ad 100644
--- a/pcr/guile-sqlite3/PKGBUILD
+++ b/pcr/guile-sqlite3/PKGBUILD
@@ -1,16 +1,19 @@
-# Maintainer (AUR): lantw44 (at) gmail (dot) com
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# Maintainer (aur): lantw44 (at) gmail (dot) com
+# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
+
+# parabola changes and rationale:
+# no changes.
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/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")
-sha256sums=('7501cd60bc693e581dc3e153f418279e1e1637c0760bc4524af6eb2d8eac2fe9')
+source=("${pkgname}-${pkgver}.tar.gz::https://notabug.org/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('158cb82958c6329319f911412999ea125980f327f54185bf0dad271d6f8f45c2')
build() {
cd "${srcdir}/${pkgname}"