summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-23 12:37:16 -0700
committerMark Wagie2021-02-23 12:37:16 -0700
commit395a5e4fe39b34a8f929224b9c632c3ebd1f3e46 (patch)
treeb5becb6cb2b18d8c65332f49d6a26cfd47efda92
parent543476150ddc4bb890c05052d42af4c449b083bd (diff)
downloadaur-395a5e4fe39b34a8f929224b9c632c3ebd1f3e46.tar.gz
1.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8d78e1344c1..a7cf20cd18e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touche
pkgdesc = The desktop application to configure Touchégg
- pkgver = 1.0.2
- pkgrel = 3
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://github.com/JoseExposito/touche
arch = x86_64
license = GPL3
@@ -14,10 +14,8 @@ pkgbase = touche
depends = gtk3
depends = libwnck3
depends = touchegg
- source = touche-1.0.2.tar.gz::https://github.com/JoseExposito/touche/archive/1.0.2.tar.gz
- source = https://github.com/JoseExposito/touche/pull/9.patch
- sha256sums = b1e82204bfb5e2181c8213e4fc2cd16ebd3e2da5a3fc3eaf647808ca515183ae
- sha256sums = 89e947e59fff192b2de09ca41c2a72ecd01085cfab7495b98d7c3dca25be7f25
+ source = touche-1.0.3.tar.gz::https://github.com/JoseExposito/touche/archive/1.0.3.tar.gz
+ sha256sums = aa044fa99b777ec97b9df9441846056c3a67e3d6f9e31a34acc01056a1cb96a3
pkgname = touche
diff --git a/PKGBUILD b/PKGBUILD
index 63da4872c8e1..179b57b37301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=touche
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
pkgdesc="The desktop application to configure Touchégg "
arch=('x86_64')
url="https://github.com/JoseExposito/touche"
@@ -9,17 +9,8 @@ license=('GPL3')
depends=('gjs' 'gtk3' 'libwnck3' 'touchegg')
makedepends=('meson' 'npm' 'appstream-glib')
checkdepends=('appstream' 'desktop-file-utils')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
- "https://github.com/JoseExposito/touche/pull/9.patch")
-sha256sums=('b1e82204bfb5e2181c8213e4fc2cd16ebd3e2da5a3fc3eaf647808ca515183ae'
- '89e947e59fff192b2de09ca41c2a72ecd01085cfab7495b98d7c3dca25be7f25')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- # Set the Gtk version before its first import
- patch -Np1 -i "$srcdir/9.patch"
-}
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('aa044fa99b777ec97b9df9441846056c3a67e3d6f9e31a34acc01056a1cb96a3')
build() {
export npm_config_cache="$srcdir/npm_cache"