Skip to content

Commit

Permalink
upgpkg: iwant-bin 0.6.1-1
Browse files Browse the repository at this point in the history
upgpkg: iwant 0.6.1-1
  • Loading branch information
TD-Sky committed May 29, 2024
1 parent 75a2517 commit 9e670ec
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions iwant-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = iwant-bin
pkgdesc = Install applications what I WANT
pkgver = 0.6.0
pkgver = 0.6.1
pkgrel = 1
url = https://github.com/TD-Sky/iwant
arch = x86_64
Expand All @@ -9,7 +9,7 @@ pkgbase = iwant-bin
optdepends = flatpak: flathub support
optdepends = npm: npm support
conflicts = iwant
source = iwant-bin-0.6.0.tar.gz::https://github.com/TD-Sky/iwant/releases/download/v0.6.0/iwant-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 717f395b521f8e2e14ba7312c471eda1e5d20556c3cdf824f5211d0909ed34f4
source = iwant-bin-0.6.1.tar.gz::https://github.com/TD-Sky/iwant/releases/download/v0.6.1/iwant-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 1c11c2ec28a46285c5b6b86dde12ebac9617ebfc3ff6ccc9f6dd2d881ba9745e

pkgname = iwant-bin
4 changes: 2 additions & 2 deletions iwant-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=iwant-bin
_pkgname=iwant
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
pkgdesc="Install applications what I WANT"
arch=('x86_64')
Expand All @@ -14,7 +14,7 @@ optdepends=('paru: AUR support'
'flatpak: flathub support'
'npm: npm support')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$arch-unknown-linux-gnu.tar.gz")
sha256sums=('717f395b521f8e2e14ba7312c471eda1e5d20556c3cdf824f5211d0909ed34f4')
sha256sums=('1c11c2ec28a46285c5b6b86dde12ebac9617ebfc3ff6ccc9f6dd2d881ba9745e')

package() {
install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"
Expand Down
6 changes: 3 additions & 3 deletions iwant/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = iwant
pkgdesc = Install applications what I WANT
pkgver = 0.6.0
pkgver = 0.6.1
pkgrel = 1
url = https://github.com/TD-Sky/iwant
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = iwant
optdepends = flatpak: flathub support
optdepends = npm: npm support
conflicts = iwant-bin
source = iwant-0.6.0.tar.gz::https://github.com/TD-Sky/iwant/archive/v0.6.0.tar.gz
sha256sums = bd2913122a7b8611e5eab857053546967d5ae82e784d4bc954adedf64be17392
source = iwant-0.6.1.tar.gz::https://github.com/TD-Sky/iwant/archive/v0.6.1.tar.gz
sha256sums = e255fdb421b828c77865b7cb4a0fb22fffb09f12e2dc0557c7e66ff2c01a640d

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

pkgname=iwant
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
pkgdesc="Install applications what I WANT"
arch=('x86_64')
Expand All @@ -14,7 +14,7 @@ optdepends=('paru: AUR support'
'flatpak: flathub support'
'npm: npm support')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('bd2913122a7b8611e5eab857053546967d5ae82e784d4bc954adedf64be17392')
sha256sums=('e255fdb421b828c77865b7cb4a0fb22fffb09f12e2dc0557c7e66ff2c01a640d')

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 @@ -10,9 +10,9 @@
"url": "https://github.com/TD-Sky/dagtoc/releases/tag/v4.0.1"
},
"iwant": {
"version": "0.6.0",
"gitref": "refs/tags/v0.6.0",
"url": "https://github.com/TD-Sky/iwant/releases/tag/v0.6.0"
"version": "0.6.1",
"gitref": "refs/tags/v0.6.1",
"url": "https://github.com/TD-Sky/iwant/releases/tag/v0.6.1"
},
"satty": {
"version": "0.12.0"
Expand Down

0 comments on commit 9e670ec

Please sign in to comment.