summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c0b550dca4..17dcee47c43a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = wazzup
pkgdesc = Very opinionated Rust WASM project builder
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dnaka91/wazzup
arch = aarch64
arch = i686
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-only
makedepends = git
depends = binaryen
depends = dart-sass
diff --git a/PKGBUILD b/PKGBUILD
index c79996e2bd45..c780233d47d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=wazzup
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Very opinionated Rust WASM project builder"
arch=('aarch64' 'i686' 'x86_64')
url="https://github.com/dnaka91/wazzup"
-license=('AGPL3')
+license=('AGPL-3.0-only')
depends=('binaryen' 'dart-sass' 'gcc-libs' 'rustup')
makedepends=('git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")