summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhangyuan Nie2022-06-19 23:23:01 -0400
committerZhangyuan Nie2022-06-19 23:23:01 -0400
commit667b9aec5118511d800cbed10c943d043c11fd14 (patch)
tree90ede9a927b65419f493590a43408de9925a8cf2 /PKGBUILD
parent20fb5c044f9befe8641839753b3f9356f053cc1d (diff)
downloadaur-butter-git.tar.gz
update deps: remove python, add clang
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5df22937d18c..9e944c35c5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Zhangyuan Nie <yuan@znie.org>
pkgname=butter-git
-pkgver=r71.44fec7f
+pkgver=0.1.0.r89.e7ece73
pkgrel=1
pkgdesc="GTK application for Btrfs snapshot management"
arch=('x86_64')
url="https://github.com/zhangyuannie/butter"
license=('GPL3')
-depends=('gtk4' 'libadwaita' 'polkit' 'btrfs-progs' 'python')
-makedepends=('meson' 'rust' 'git')
+depends=('gtk4' 'libadwaita' 'polkit' 'btrfs-progs')
+makedepends=('meson' 'rust' 'git' 'clang')
conflicts=('butter')
provides=('butter')
source=("${pkgname}::git+https://github.com/zhangyuannie/butter.git")