summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvaldar2022-06-21 15:38:11 +0200
committervaldar2022-06-21 15:38:11 +0200
commit663027e2de03bea64f76a586fa46597f3545b0d3 (patch)
tree6c526a0eda83dbdc6e6d5da0975d7c42cedf68c2 /PKGBUILD
parente142346852b562d2d1894b7ecd03d794c7f45d78 (diff)
downloadaur-663027e2de03bea64f76a586fa46597f3545b0d3.tar.gz
Updated git url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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