summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 876490816d7f..8d92de476242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = sway-accel-rotate-git
+ pkgdesc = Rotate Sway outputs based on current accelerometer orientation using iio-sensor-proxy
pkgver = r4.db52ad3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Depau/sway-accel-rotate
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0e6723c1db83..c39ecb702d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=sway-accel-rotate
pkgname="${_pkgname}-git"
pkgver=r4.db52ad3
-pkgrel=1
-pkgdesk="Rotate Sway outputs based on current accelerometer orientation using iio-sensor-proxy"
+pkgrel=2
+pkgdesc="Rotate Sway outputs based on current accelerometer orientation using iio-sensor-proxy"
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'pentium4')
url="https://github.com/Depau/sway-accel-rotate"
license=('MIT')