Skip to content

Commit

Permalink
upgpkg: iwant-bin 0.4.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Jan 12, 2024
1 parent 3688c7f commit 761511e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3.1
pkgver = 0.4.0
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.3.1.tar.gz::https://github.com/TD-Sky/iwant/releases/download/v0.3.1/iwant-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 7b1504f33246ae43b607ed8e51a22d732215b9e2d18321ff7269eed3d165fd97
source = iwant-bin-0.4.0.tar.gz::https://github.com/TD-Sky/iwant/releases/download/v0.4.0/iwant-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 883977282ee6ccd85d143972657941c6b5c8d4faeda2bb07d116bdd2c3234804

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.3.1
pkgver=0.4.0
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=('7b1504f33246ae43b607ed8e51a22d732215b9e2d18321ff7269eed3d165fd97')
sha256sums=('883977282ee6ccd85d143972657941c6b5c8d4faeda2bb07d116bdd2c3234804')

package() {
install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"
Expand Down
2 changes: 1 addition & 1 deletion new_ver.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dagtoc": "4.0.1"
"iwant": "0.4.0"
}
2 changes: 1 addition & 1 deletion old_ver.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"conceal": "0.4.1",
"dagtoc": "4.0.1",
"iwant": "0.3.1"
"iwant": "0.4.0"
}

0 comments on commit 761511e

Please sign in to comment.