summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 2 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 983a5c8e8f8d..cc8082724e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
# Contributor: Lucki <https://aur.archlinux.org/account/Lucki/>
pkgname=gfxtablet-git
-pkgver=48.f0f20fa
-pkgrel=2
+pkgver=50.128060d
+pkgrel=1
pkgdesc="Android app to control a virtual Network Tablet on Linux"
arch=('i686' 'x86_64')
url="http://github.com/rfc2822/GfxTablet"
license=('MIT')
makedepends=('git')
source=("$pkgname"::'git://github.com/rfc2822/GfxTablet.git'
- 'tonyg::git+https://github.com/tonyg/GfxTablet.git'
'99-uinput.rules')
md5sums=('SKIP'
- 'SKIP'
'b5d5b8e5291c08302a7a6dff8aa1ebf2')
install="${pkgname}.install"
@@ -22,13 +20,6 @@ pkgver() {
printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$pkgname"
- git remote add tonyg "$srcdir/tonyg" || _r=$?
- git fetch tonyg
- git -c user.email="makepkg@archlinux.org" -c user.name="makepkg" merge -s recursive -Xours tonyg/master
-}
-
build() {
cd "$pkgname/driver-uinput"
make