summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvaldar2022-06-21 15:38:11 +0200
committervaldar2022-06-21 15:38:11 +0200
commit663027e2de03bea64f76a586fa46597f3545b0d3 (patch)
tree6c526a0eda83dbdc6e6d5da0975d7c42cedf68c2
parente142346852b562d2d1894b7ecd03d794c7f45d78 (diff)
downloadaur-663027e2de03bea64f76a586fa46597f3545b0d3.tar.gz
Updated git url
-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