summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149ff49519b7..c14ff1836483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extramaus
pkgdesc = workaround to always show mouse cursor under x11
pkgver = 20121220
- pkgrel = 2
+ pkgrel = 3
url = http://dodger-tools.sourceforge.net/cms/index.php?id=100000201
arch = x86_64
license = GPLv3 or later
makedepends = libx11
makedepends = libxext
- source = extramaus.c::http://sourceforge.net/projects/dodger-tools/files/vlc/extramaus.c/download
- sha256sums = 17e0877d51a48f48d22bbafe9746e3d00aea0c0a8085915a8900e8a59911ab55
+ source = extramaus.c::https://gist.githubusercontent.com/ibLeDy/aecab4b95b242ff07108c6d58e35d421/raw/44f2188279b4aec54f0d667bda72e542829c3240/extramaus.c
+ sha256sums = d45ff6611125e7fd0c39c2e35058b7883da44934ea4530b14138d907422fae7c
pkgname = extramaus
diff --git a/PKGBUILD b/PKGBUILD
index 8c3440f1cdeb..516b559e806f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andrew Shark <ashark @ at @ linuxcomp.ru>
pkgname=extramaus
pkgver=20121220
-pkgrel=2
+pkgrel=3
pkgdesc="workaround to always show mouse cursor under x11"
arch=(x86_64)
url="http://dodger-tools.sourceforge.net/cms/index.php?id=100000201"
license=('GPLv3 or later')
makedepends=(libx11 libxext)
-source=(extramaus.c::http://sourceforge.net/projects/dodger-tools/files/vlc/extramaus.c/download)
-sha256sums=(17e0877d51a48f48d22bbafe9746e3d00aea0c0a8085915a8900e8a59911ab55)
+source=(extramaus.c::https://gist.githubusercontent.com/ibLeDy/aecab4b95b242ff07108c6d58e35d421/raw/44f2188279b4aec54f0d667bda72e542829c3240/extramaus.c)
+sha256sums=(d45ff6611125e7fd0c39c2e35058b7883da44934ea4530b14138d907422fae7c)
build() {
gcc extramaus.c -o extramaus -lX11 -lXext -g