summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper2023-05-21 22:40:19 +1000
committerJasper2023-05-21 22:40:19 +1000
commitb542cb461749b719a1b833e46fb32bc40fcf138f (patch)
tree28c4dc3e9cbd79cd5bbb177a96a7ba49015a55a6
parent9feb7e12f75fd759eed541da0e54a0b507a615e4 (diff)
downloadaur-b542cb461749b719a1b833e46fb32bc40fcf138f.tar.gz
Fix arch and license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de364745aaed..5b09e0fa5788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,8 @@ pkgbase = volapplet-git
url = https://github.com/jaspwr/vol-applet
arch = i686
arch = x86_64
- arch = armv6h
- arch = armv7h
- license = GPL
+ arch = aarch64
+ license = GPL3
makedepends = rust
makedepends = cargo
makedepends = git
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")