summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")