Date: Wednesday, April 19, 2023 @ 02:33:25
Author: grawlinson
Revision: 1447311
archrelease: copy trunk to community-x86_64
Added:
pipe-rename/repos/community-x86_64/LICENSE
(from rev 1447310, pipe-rename/trunk/LICENSE)
pipe-rename/repos/community-x86_64/PKGBUILD
(from rev 1447310, pipe-rename/trunk/PKGBUILD)
Deleted:
pipe-rename/repos/community-x86_64/LICENSE
pipe-rename/repos/community-x86_64/PKGBUILD
----------+
LICENSE | 20 ++++++------
PKGBUILD | 97 ++++++++++++++++++++++++++++++++-----------------------------
2 files changed, 62 insertions(+), 55 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2023-04-19 02:32:30 UTC (rev 1447310)
+++ LICENSE 2023-04-19 02:33:25 UTC (rev 1447311)
@@ -1,10 +0,0 @@
- The MIT License (MIT)
-
-Copyright © 2020 Marcus Buffett
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
Copied: pipe-rename/repos/community-x86_64/LICENSE (from rev 1447310,
pipe-rename/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2023-04-19 02:33:25 UTC (rev 1447311)
@@ -0,0 +1,10 @@
+ The MIT License (MIT)
+
+Copyright © 2020 Marcus Buffett
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-19 02:32:30 UTC (rev 1447310)
+++ PKGBUILD 2023-04-19 02:33:25 UTC (rev 1447311)
@@ -1,45 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=pipe-rename
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Rename your files using your favorite text editor'
-arch=('x86_64')
-url='https://github.com/marcusbuffett/pipe-rename'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-options=('!lto')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate"
- 'LICENSE'
-)
-sha512sums=('b33c8fe45ff4f0d5adb7304aba1cf445a9978049b75ddb66f8c90b2edb0329fa83b8149ad5c0a203099b65c75f643bce77e9469855ce96de431253c58c6e5703'
-
'3a3dbfd7a5a8d02a3a96bb1652bd25cae21d1080b941ecd3bee3f46e98b4a2f30b4a7ecdeb1e55ec2bf8bfefbeb9500287acb964ccb7149a405ee28eebd05889')
-b2sums=('ea671503a266a8e4ac2c861eca848801a5a82de0e472f2d3ce1ba96895a769123d92e7c2521233e0df2fc07457e1d2a9b5e6232cb268764b0e59177c4f102740'
-
'abec091be86ec71b15a70251d769d4177639881c28d71fb9127d86cf711514e0fe40e80edd645e97df532980baf13380433fd2b497e03b4021d49e87434a4965')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$pkgname-$pkgver"
-
- cargo build --frozen --release
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- # binary
- install -vDm755 -t "$pkgdir/usr/bin" target/release/renamer
-
- # documentation
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
-}
Copied: pipe-rename/repos/community-x86_64/PKGBUILD (from rev 1447310,
pipe-rename/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-19 02:33:25 UTC (rev 1447311)
@@ -0,0 +1,52 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=pipe-rename
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Rename your files using your favorite text editor'
+arch=('x86_64')
+url='https://github.com/marcusbuffett/pipe-rename'
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'rust')
+options=('!lto')
+_commit='2db7c4eabb5f2560c294c72b37bdbf6354e9cc66'
+source=(
+ "$pkgname::git+$url#commit=$_commit"
+ 'LICENSE'
+)
+sha512sums=('SKIP'
+
'3a3dbfd7a5a8d02a3a96bb1652bd25cae21d1080b941ecd3bee3f46e98b4a2f30b4a7ecdeb1e55ec2bf8bfefbeb9500287acb964ccb7149a405ee28eebd05889')
+b2sums=('SKIP'
+
'abec091be86ec71b15a70251d769d4177639881c28d71fb9127d86cf711514e0fe40e80edd645e97df532980baf13380433fd2b497e03b4021d49e87434a4965')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$pkgname"
+
+ cargo build --frozen --release
+}
+
+package() {
+ cd "$pkgname"
+
+ # binary
+ install -vDm755 -t "$pkgdir/usr/bin" target/release/renamer
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
+}