summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYufan You2022-06-20 10:14:12 +0800
committerYufan You2022-06-20 10:14:46 +0800
commit5dacda3d802daca3836018fc111ad309ae2996b7 (patch)
treea958bee254ccfbeb8181f849c0df0ddb8052d088 /PKGBUILD
parent99bb571e6f52d1b74cd6ab4531733f1a94182304 (diff)
downloadaur-5dacda3d802daca3836018fc111ad309ae2996b7.tar.gz
Remove base-devel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba133060377..166061c9e941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=tauri-devel-meta
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Meta package to setup development environment for Tauri.'
arch=('any')
license=('none')
url='https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux'
depends=(
'webkit2gtk'
- 'base-devel'
'curl'
'wget'
'openssl'