Skip to content

Commit

Permalink
upgpkg: conceal-bin 0.5.6-1
Browse files Browse the repository at this point in the history
upgpkg: conceal 0.5.6-1
  • Loading branch information
TD-Sky committed Dec 22, 2024
1 parent b20e5e4 commit 9f70e6b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.5
pkgver = 0.5.6
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.5.tar.gz::https://github.com/TD-Sky/conceal/releases/download/v0.5.5/conceal-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 6773815aa9c3f41eb7d4d1212c25d62bce984c36d0f5b03f6c11b04f96460a29
source = conceal-bin-0.5.6.tar.gz::https://github.com/TD-Sky/conceal/releases/download/v0.5.6/conceal-x86_64-unknown-linux-gnu.tar.gz
sha256sums = bea37d5dccb15771df2fa6f3bb492e09b52c8893f7a5bbbbc24a7845bf57fcd8

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.5
pkgver=0.5.6
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=('6773815aa9c3f41eb7d4d1212c25d62bce984c36d0f5b03f6c11b04f96460a29')
sha256sums=('bea37d5dccb15771df2fa6f3bb492e09b52c8893f7a5bbbbc24a7845bf57fcd8')

package() {
install -Dm 755 conceal -t "$pkgdir/usr/bin"
Expand Down
6 changes: 3 additions & 3 deletions conceal/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = conceal
pkgdesc = Command line recycle bin
pkgver = 0.5.5
pkgver = 0.5.6
pkgrel = 1
url = https://github.com/TD-Sky/conceal
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = conceal
optdepends = skim: supports skim as finder
provides = conceal
conflicts = conceal-bin
source = conceal-0.5.5.tar.gz::https://github.com/TD-Sky/conceal/archive/v0.5.5.tar.gz
sha256sums = 4b8cbebfe3a36612a78353512161560985c809c9b8f9d6586b35346fe46e15cd
source = conceal-0.5.6.tar.gz::https://github.com/TD-Sky/conceal/archive/v0.5.6.tar.gz
sha256sums = 410dc2dd9be752fd1340dde0ef278d9152734f46999114ea9a4bb24ea8aa8150

pkgname = conceal
4 changes: 2 additions & 2 deletions conceal/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
pkgver=0.5.5
pkgver=0.5.6
pkgrel=1
pkgdesc="Command line recycle bin"
arch=('x86_64')
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=('4b8cbebfe3a36612a78353512161560985c809c9b8f9d6586b35346fe46e15cd')
sha256sums=('410dc2dd9be752fd1340dde0ef278d9152734f46999114ea9a4bb24ea8aa8150')

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.5",
"gitref": "refs/tags/v0.5.5",
"url": "https://github.com/TD-Sky/conceal/releases/tag/v0.5.5"
"version": "0.5.6",
"gitref": "refs/tags/v0.5.6",
"url": "https://github.com/TD-Sky/conceal/releases/tag/v0.5.6"
},
"dagtoc": {
"version": "5.0.1",
Expand Down

0 comments on commit 9f70e6b

Please sign in to comment.