Date: Sunday, May 7, 2023 @ 12:46:11
Author: kpcyrd
Revision: 1459296
archrelease: copy trunk to community-x86_64
Added:
gitoxide/repos/community-x86_64/PKGBUILD
(from rev 1459295, gitoxide/trunk/PKGBUILD)
Deleted:
gitoxide/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 12:45:54 UTC (rev 1459295)
+++ PKGBUILD 2023-05-07 12:46:11 UTC (rev 1459296)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=gitoxide
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git"
-url='https://github.com/Byron/gitoxide'
-arch=('x86_64')
-license=('MIT' 'Apache-2.0')
-makedepends=('cargo' 'cmake')
-options=(!lto)
-source=(https://github.com/Byron/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('45b4fc2fc6f5f1ed9fb019cbae8633b6a3129f349182774b5b8c601bbb3e17db')
-b2sums=('eb49dfa13488ea8a8aeaf2cdfafcf8f75695070c41d1d6556b4eea9c78cfc31302e56f43dab884256cffb4c49815a1af08d593c5900c9c0e2c85065c7beb8f3d')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- cargo build --frozen --release --no-default-features --features max-pure
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -Dm 755 -t "${pkgdir}/usr/bin" \
- target/release/gix \
- target/release/ein
-}
-
-# vim: ts=2 sw=2 et:
Copied: gitoxide/repos/community-x86_64/PKGBUILD (from rev 1459295,
gitoxide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 12:46:11 UTC (rev 1459296)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gitoxide
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git"
+url='https://github.com/Byron/gitoxide'
+arch=('x86_64')
+license=('MIT' 'Apache-2.0')
+makedepends=('cargo' 'cmake')
+options=(!lto)
+source=(https://github.com/Byron/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('098bb18e1cae42ab7597b6b442538d3f51b57935a848ea121e20e2921d6a4693')
+b2sums=('77edb8900151b5397c929effdec33d1367bc91a63f8510abc281e7e78cde73e9c5594d4f816e8b71566e2725588cf3aa089012c8f7ff01ea00285ed245245146')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ cargo build --frozen --release --no-default-features --features max-pure
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm 755 -t "${pkgdir}/usr/bin" \
+ target/release/gix \
+ target/release/ein
+}
+
+# vim: ts=2 sw=2 et: