summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI User2019-11-04 17:14:05 +0000
committerTravis CI User2019-11-04 17:14:05 +0000
commit54497ab04ef396625b29d7f5bde48ebf087f78d3 (patch)
treecca4679adfbab900c46aadaa3021ab46c34defaa
parente29296a2ec8fcbfe90403547d5fe32eb7d4fb604 (diff)
downloadaur-54497ab04ef396625b29d7f5bde48ebf087f78d3.tar.gz
Updated to version 0.1.0 release 13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 894eb9aef094..a82a07304f83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libinput-xrandr-autorotate
pkgdesc = Allows to rotate screen and touch input for 2-in-1 laptops
pkgver = 0.1.0
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/AnatolyRugalev/libinput-xrandr-autorotate
arch = x86_64
license = GPLv3
source = https://github.com/AnatolyRugalev/libinput-xrandr-autorotate/releases/download/0.1.0/libinput-xrandr-autorotate_0.1.0_Linux_amd64.tar.gz
- sha256sums = d4bd2b6cc8c65e37210cb5e81c8e85743453b86d9539b1412723973c73eb41fd
+ sha256sums = d8ded92e1490756bc022d4d50c9514eda7170cb1fc7f5c37b13355397e125499
pkgname = libinput-xrandr-autorotate
diff --git a/PKGBUILD b/PKGBUILD
index 6af3a0c61727..57dd2af8d262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libinput-xrandr-autorotate
pkgver=0.1.0
-pkgrel=12
+pkgrel=13
pkgdesc="Allows to rotate screen and touch input for 2-in-1 laptops"
url="https://github.com/AnatolyRugalev/libinput-xrandr-autorotate"
license=('GPLv3')
@@ -10,10 +10,10 @@ arch=('x86_64')
depends=()
source=("https://github.com/AnatolyRugalev/libinput-xrandr-autorotate/releases/download/${pkgver}/libinput-xrandr-autorotate_${pkgver}_Linux_amd64.tar.gz" "libinput-xrandr-autorotate.service")
-sha256sums=('d4bd2b6cc8c65e37210cb5e81c8e85743453b86d9539b1412723973c73eb41fd' 'SKIP')
+sha256sums=('d8ded92e1490756bc022d4d50c9514eda7170cb1fc7f5c37b13355397e125499' 'SKIP')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"
install -m755 libinput-xrandr-autorotate "$pkgdir/usr/bin/libinput-xrandr-autorotate"
- install -DT -m0755 "$srcdir/libinput-xrandr-autorotate.service" "$pkgdir/usr/lib/systemd/system/libinput-xrandr-autorotate.service"
+ install -DT -m0755 "$srcdir/libinput-xrandr-autorotate.service" "$pkgdir/usr/lib/systemd/user/libinput-xrandr-autorotate.service"
}