summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74a8f257302e..78d802ce6b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iwant
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
@@ -10,7 +10,7 @@ pkgbase = iwant
optdepends = flatpak: flathub support
optdepends = npm: npm support
conflicts = iwant-bin
- source = iwant-0.3.1.tar.gz::https://github.com/TD-Sky/iwant/archive/v0.3.1.tar.gz
- sha256sums = d8685c0d5afef0e043525ebad6df3a3654b6a080f02c7d02f6f83c634c3995d0
+ source = iwant-0.4.0.tar.gz::https://github.com/TD-Sky/iwant/archive/v0.4.0.tar.gz
+ sha256sums = f6ccb3d92b1fc090f46c20efbbb112ff4bb5c8f93cac37aa8366c0317e4b97b9
pkgname = iwant
diff --git a/PKGBUILD b/PKGBUILD
index 4e9d37b20abf..01a00037586d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=iwant
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Install applications what I WANT"
arch=('x86_64')
@@ -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=('d8685c0d5afef0e043525ebad6df3a3654b6a080f02c7d02f6f83c634c3995d0')
+sha256sums=('f6ccb3d92b1fc090f46c20efbbb112ff4bb5c8f93cac37aa8366c0317e4b97b9')
prepare() {
cd "$pkgname-$pkgver"