[arch-commits] Commit in ruby-rugged/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri Sep 10 07:53:46 UTC 2021
Date: Friday, September 10, 2021 @ 07:53:46
Author: dvzrv
Revision: 1013349
upgpkg: ruby-rugged 1.2.0-1: Upgrade to 1.2.0.
Explicitly remove tests that require the build system to be online.
Modified:
ruby-rugged/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-10 03:34:57 UTC (rev 1013348)
+++ PKGBUILD 2021-09-10 07:53:46 UTC (rev 1013349)
@@ -4,9 +4,9 @@
_name=rugged
# ideally this should match $pkgver, as package() might fail otherwise. thanks, github
-_libgit2_pkgver=1.1.1
+_libgit2_pkgver=1.2.0
pkgname=ruby-rugged
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc='A Ruby binding to the libgit2 linkable library'
arch=('x86_64')
@@ -18,10 +18,10 @@
options=(!emptydirs)
source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz"
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz")
-sha512sums=('318de6d64ddcd714ab8ffbce53b6d38a8a8c2f44e5acefd13901a62b01a369536d1dd3c4f875c303e5e143f012b88fbc42dd6028cc2674a777a41fad0faeeddb'
- '287255c81e5baa04d8fbce95efca8174cb34da8025cab979445d41e8361955f1d8c582d7705666ae9fc03c5215fc4f4f57e51d73d14ca9b063ed94077f88e6bc')
-b2sums=('8f3ff3b7b0c425ec5a366c5144cc31f6dbbdcc0e40bde3c7515af1ff0554aceb11cedc271e5104646bcc15b352ab76a044a8245abbaa5d276bd56468b16949e6'
- '46842ea270fc457d0960c1a825928eb2747b236e689ff785e9fc2bce919744d1da95a89e6fcf928bbe6a4981e2ff6a02989df92026ba181f2743e949982a18df')
+sha512sums=('956c93336e7e38c15f254d46afdc7c74e27006aef863a9c6db421ee9b198b771db4ec21d0293bdd58fe6ddd9ad3b275d6f2bd3696a255e95ccf0003d2e1b219a'
+ '428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc')
+b2sums=('831ae4c743f8247e3f604ec5b3784f956783b284502fb04b87f0fd1aed0a9f6b73c76cb63684a12b308ae980afd75ead145ebd2fafb96950d5c2b80bfaa219bf'
+ 'b612e3a30b4675431879792132adee22cce57986b4f307507b896d823329f7e37514d9008e008075c395a4eca26aaf6ed6eb3943cf97370a0b04086240a5e1fc')
prepare() {
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -34,6 +34,8 @@
# source tarball doesn't include vendored libgit2 version, which is only
# needed for test fixtures (resources): https://github.com/libgit2/rugged/issues/801
mv -v ../libgit2-${_libgit2_pkgver}/* vendor/libgit2
+ # remove all tests requiring an internet connection
+ rm -rv test/online/*
}
build() {
More information about the arch-commits
mailing list