summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJasper2023-05-21 22:40:19 +1000
committerJasper2023-05-21 22:40:19 +1000
commitb542cb461749b719a1b833e46fb32bc40fcf138f (patch)
tree28c4dc3e9cbd79cd5bbb177a96a7ba49015a55a6 /PKGBUILD
parent9feb7e12f75fd759eed541da0e54a0b507a615e4 (diff)
downloadaur-volapplet-git.tar.gz
Fix arch and license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 525c9ab51c2c..4e0da0532f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="A simple GTK system tray volume controller applet."
depends=('gtk3' 'pulseaudio')
makedepends=('rust' 'cargo' 'git')
-license=('GPL')
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+license=('GPL3')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/jaspwr/vol-applet"
source=("$pkgname::git+https://github.com/jaspwr/vol-applet#branch=main")