summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-03-29 15:31:40 +0200
committerdreieck2023-03-29 15:31:40 +0200
commit3d4a68fd72b5e25fdd8e50c171e66097c7b48c37 (patch)
treee3f5690afd5050022026f6109403aba6236233ee
parent707993d408faad32b39bb67db7488a28420c1d31 (diff)
downloadaur-grail.tar.gz
Replaced makedependency `inputproto` with `xorgproto` to make the package working again.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357f1885712e..780f478658bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = grail
pkgdesc = Gesture Recognition And Instantiation Library
pkgver = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/grail
arch = i686
arch = x86_64
license = GPL
- makedepends = inputproto
+ makedepends = xorgproto
depends = frame>=2.5.0
depends = libxi
conflicts = utouch-grail
@@ -16,4 +16,3 @@ pkgbase = grail
md5sums = 0df1b3ec6167920f310e2effe6e2ad44
pkgname = grail
-
diff --git a/PKGBUILD b/PKGBUILD
index 24941420d117..c5a423b5b8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
# Maintainer: Nicolas QuiƩnot <niQo @ aur>
-# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
+# Contributor: Xiao-Long Chen <chenxiaolong [at[ cxl.epac.to>
# Contributor: thn81 <root@scrat>
pkgname=grail
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Gesture Recognition And Instantiation Library"
arch=('i686' 'x86_64')
url="https://launchpad.net/grail"
license=('GPL')
depends=('frame>=2.5.0' 'libxi')
-makedepends=('inputproto')
+makedepends=('xorgproto')
conflicts=('utouch-grail')
replaces=('utouch-grail')
options=('!libtool')