[arch-commits] Commit in guile-bytestructures/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Tue Aug 31 18:46:10 UTC 2021


    Date: Tuesday, August 31, 2021 @ 18:46:10
  Author: jelle
Revision: 422781

archrelease: copy trunk to extra-x86_64

Added:
  guile-bytestructures/repos/extra-x86_64/PKGBUILD
    (from rev 422780, guile-bytestructures/trunk/PKGBUILD)
Deleted:
  guile-bytestructures/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 18:46:05 UTC (rev 422780)
+++ PKGBUILD	2021-08-31 18:46:10 UTC (rev 422781)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: lantw44 (at) gmail (dot) com
-
-pkgname=guile-bytestructures
-_pkgname=bytestructures
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='Structured access library to bytevector contents for Guile'
-arch=('x86_64')
-url="https://github.com/TaylanUB/scheme-bytestructures"
-license=('GPL3')
-depends=('guile')
-makedepends=('git')
-source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5d354b4d041b30f5a768487ccf6e838d39a54db0b8d73499681bebbc3129bac5')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: guile-bytestructures/repos/extra-x86_64/PKGBUILD (from rev 422780, guile-bytestructures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-31 18:46:10 UTC (rev 422781)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: lantw44 (at) gmail (dot) com
+
+pkgname=guile-bytestructures
+_pkgname=bytestructures
+pkgver=1.0.10
+pkgrel=1
+pkgdesc='Structured access library to bytevector contents for Guile'
+arch=('x86_64')
+url="https://github.com/TaylanUB/scheme-bytestructures"
+license=('GPL3')
+depends=('guile')
+makedepends=('git')
+source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('bb8a78c1e570f90e344368196844ee0f143682b3d4c6ab69d6de0fa0d7b7c20d')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list