summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2974d9551393..02620b493600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 7 09:09:22 UTC 2016
pkgbase = cwiid-git
pkgdesc = Cwiid-git is the bleeding edge version of a wiimote's driver and utility tools
- pkgver = 20160107
+ pkgver = 20220621
pkgrel = 1
url = http://github.com/abstrakraft/cwiid
install = cwiid.install
@@ -22,4 +20,3 @@ pkgbase = cwiid-git
md5sums = d92745847f5ba534c2914be1d2b36092
pkgname = cwiid-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5d743b7c4afe..17e3a38375e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor:Andrea Tarocchi <valdar@email.it>
pkgname=cwiid-git
#pkgver=`date +%Y%m%d`
-pkgver=20160107
+pkgver=20220621
pkgrel=1
pkgdesc="Cwiid-git is the bleeding edge version of a wiimote's driver and utility tools"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ install=cwiid.install
source=(fix_libbluethoot.patch)
md5sums=('d92745847f5ba534c2914be1d2b36092')
-_gitroot=git://github.com/abstrakraft/cwiid.git
+_gitroot=https://github.com/abstrakraft/cwiid.git
_gitname=cwiid
_builddir=$_gitname-build
@@ -39,7 +39,7 @@ build() {
cd $_builddir
- git am --signoff < ../../fix_libbluethoot.patch
+ git -c user.email="valdar@email.it" -c user.name="valdar" am --signoff < ../../fix_libbluethoot.patch
aclocal
autoreconf