summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2023-08-08 17:16:25 +0200
committerNichlas Severinsen2023-08-08 17:16:25 +0200
commit8e9bc2d7594281fbe5688dad51289ab2b4b8e874 (patch)
tree042a0bf98a9ed9b215ad27e832da9890624b79b5
parent0afca9281db78d996899c819090bfc87d8498d69 (diff)
downloadaur-dasher.tar.gz
Fix architecture and license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a4288c5d2a3..6c4b0b1a9ba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,8 @@ pkgbase = dasher
pkgver = 5.0.0.beta+172+g6958c4ba
pkgrel = 1
url = http://www.gnome.org
- arch = i686
- arch = x86_64
- license = GPL
+ arch = any
+ license = GPLv2
makedepends = git
makedepends = gnome-common
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 61dc359f23b9..5a29a927a0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgname=dasher
pkgver=5.0.0.beta+172+g6958c4ba
pkgrel=1
pkgdesc="Information-efficient text-entry interface, driven by natural continuous pointing gestures"
-arch=('i686' 'x86_64')
-license=('GPL')
+arch=('any')
+license=('GPLv2')
depends=('gtk3' 'libspeechd' 'gcc-libs' 'at-spi2-core' 'expat' 'cairo' 'pango' 'glibc' 'glib2' 'hicolor-icon-theme')
makedepends=('git' 'gnome-common')
url="http://www.gnome.org"