summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2021-08-30 13:46:26 +0200
committerTheJackiMonster2021-08-30 13:46:26 +0200
commited9f346f7c6e221385c7a233700de644cf9d1fa2 (patch)
treec8a1bad01621498c5882297fae66538de6afbdcd
parentbd763c2a46639626f87e0beb129db8fa3a98963c (diff)
downloadaur-ed9f346f7c6e221385c7a233700de644cf9d1fa2.tar.gz
Corrected arch and license
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c3a515f383..1ee136c3a068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = wayward-git
pkgdesc = Fast GTK shell and compositor for wayland and weston.
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/varmd/wayward
- arch = any
+ arch = x86_64
+ license = GPL
makedepends = wayland
makedepends = gcc
depends = weston
diff --git a/PKGBUILD b/PKGBUILD
index 32198d86d4d4..3595bb517916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=wayward-git
_realname=wayward
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fast GTK shell and compositor for wayland and weston."
-arch=('any')
+arch=('x86_64')
+license=('GPL')
url="https://github.com/varmd/wayward"
depends=('weston' 'wayland' 'ttf-droid' 'adwaita-icon-theme' 'gtk3' 'sudo')
makedepends=('wayland' 'gcc')