summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-11-14 15:08:59 +0100
committerRichard Neumann2019-11-14 15:08:59 +0100
commit59d453b0c4a90e5ce14ebc788cd9cfadc47982e2 (patch)
tree8ed3d81c8b15376a9a0caeeed1f2b5836dc4100f
parent08fed279b3a083d896ba1ed0efd98a380887178e (diff)
downloadaur-59d453b0c4a90e5ce14ebc788cd9cfadc47982e2.tar.gz
Rebuild for python 3.8.
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34726a7d6c2c..70f8f6c13c8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tablet-mode
pkgdesc = Tools to toggle a convertible laptop between laptop and tablet mode
pkgver = 2.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/coNQP/tablet-mode
arch = any
license = GPLv3
diff --git a/.gitignore b/.gitignore
index d64990cc9b68..bac8a703c590 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
src/*
pkg/*
*.pkg.tar.xz*
+*.log
+tablet-mode
tablet-switch
diff --git a/PKGBUILD b/PKGBUILD
index 010a4f2295a7..0b809d81107d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='tablet-mode'
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc='Tools to toggle a convertible laptop between laptop and tablet mode'
arch=('any')
url="https://github.com/coNQP/${pkgname}"