Skip to content

Commit

Permalink
upgpkg: conceal-bin 0.6.0-1
Browse files Browse the repository at this point in the history
upgpkg: conceal 0.6.0-1
  • Loading branch information
TD-Sky committed Jan 5, 2025
1 parent 4ae1f96 commit 87bbec8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions conceal-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = conceal-bin
pkgdesc = Command line recycle bin
pkgver = 0.5.7
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/TD-Sky/conceal
arch = x86_64
Expand All @@ -9,7 +9,7 @@ pkgbase = conceal-bin
optdepends = skim: supports skim as finder
provides = conceal-bin
conflicts = conceal
source = conceal-bin-0.5.7.tar.gz::https://github.com/TD-Sky/conceal/releases/download/v0.5.7/conceal-x86_64-unknown-linux-gnu.tar.gz
sha256sums = fc7005bd183455e0be44f4792e180fb0681121e116d5d4c308d951c2efd7fb8e
source = conceal-bin-0.6.0.tar.gz::https://github.com/TD-Sky/conceal/releases/download/v0.6.0/conceal-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 33c958494ef8e943d24e07b5f122ef0b6df57dd31144f7621437dd3d13ed0f3d

pkgname = conceal-bin
4 changes: 2 additions & 2 deletions conceal-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/TD-Sky/PKGBUILDs

pkgname=conceal-bin
pkgver=0.5.7
pkgver=0.6.0
pkgrel=1
pkgdesc="Command line recycle bin"
arch=('x86_64')
Expand All @@ -13,7 +13,7 @@ conflicts=("${pkgname%-bin}")
depends=('fzf')
optdepends=('skim: supports skim as finder')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-$arch-unknown-linux-gnu.tar.gz")
sha256sums=('fc7005bd183455e0be44f4792e180fb0681121e116d5d4c308d951c2efd7fb8e')
sha256sums=('33c958494ef8e943d24e07b5f122ef0b6df57dd31144f7621437dd3d13ed0f3d')

package() {
install -Dm 755 conceal -t "$pkgdir/usr/bin"
Expand Down
8 changes: 4 additions & 4 deletions conceal/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = conceal
pkgdesc = Command line recycle bin
pkgver = 0.5.7
pkgrel = 2
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/TD-Sky/conceal
arch = x86_64
license = MIT
Expand All @@ -10,7 +10,7 @@ pkgbase = conceal
optdepends = skim: supports skim as finder
provides = conceal
conflicts = conceal-bin
source = conceal-0.5.7.tar.gz::https://github.com/TD-Sky/conceal/archive/v0.5.7.tar.gz
sha256sums = 4612e4617b62ef4e9402b9372c1d418a907a8df2ffe711cf3fe98fc936319e68
source = conceal-0.6.0.tar.gz::https://github.com/TD-Sky/conceal/archive/v0.6.0.tar.gz
sha256sums = 17764fd8fcf53194fdc859df341c3217573314dad03f70715a8feef248b58a8e

pkgname = conceal
6 changes: 3 additions & 3 deletions conceal/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# https://github.com/TD-Sky/PKGBUILDs

pkgname=conceal
pkgver=0.5.7
pkgrel=2
pkgver=0.6.0
pkgrel=1
pkgdesc="Command line recycle bin"
arch=('x86_64')
url="https://github.com/TD-Sky/conceal"
Expand All @@ -14,7 +14,7 @@ depends=('fzf')
optdepends=('skim: supports skim as finder')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('4612e4617b62ef4e9402b9372c1d418a907a8df2ffe711cf3fe98fc936319e68')
sha256sums=('17764fd8fcf53194fdc859df341c3217573314dad03f70715a8feef248b58a8e')

prepare() {
cd "$pkgname-$pkgver"
Expand Down
6 changes: 3 additions & 3 deletions old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": 2,
"data": {
"conceal": {
"version": "0.5.7",
"gitref": "refs/tags/v0.5.7",
"url": "https://github.com/TD-Sky/conceal/releases/tag/v0.5.7"
"version": "0.6.0",
"gitref": "refs/tags/v0.6.0",
"url": "https://github.com/TD-Sky/conceal/releases/tag/v0.6.0"
},
"dagtoc": {
"version": "5.0.1",
Expand Down

0 comments on commit 87bbec8

Please sign in to comment.