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

Jelle van der Waa jelle at archlinux.org
Sun Jan 12 19:46:33 UTC 2020


    Date: Sunday, January 12, 2020 @ 19:46:32
  Author: jelle
Revision: 373391

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-12 19:46:23 UTC (rev 373390)
+++ PKGBUILD	2020-01-12 19:46:32 UTC (rev 373391)
@@ -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.6
-pkgrel=2
-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=('d35edf088a450a8ac6f9465c5421f8f77fb826c5b95dc06b4ddc32c36a76ae1d')
-
-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 373390, guile-bytestructures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-12 19:46:32 UTC (rev 373391)
@@ -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.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
+}



More information about the arch-commits mailing list