summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2022-03-19 22:37:01 -0500
committerKyle Manna2022-03-19 22:38:01 -0500
commite806427ccbd98c128a80539c5ccd5306ea5b852e (patch)
tree86092dc737e550450020819a32f40191402f637e
parent0e79519a4142a05bcb6b3441807959738e0a003f (diff)
downloadaur-somagic-easycap-smi2021-git.tar.gz
pkgrel: Bump VCS source
* This doesn't build on modern kernels. * Need to revisit in the future.
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD7
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9613f4b8407..37bf26e8ad10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Feb 24 00:33:22 UTC 2016
pkgbase = somagic-easycap-smi2021-git
pkgdesc = EasyCap driver module
- pkgver = v0.0.1.r46.g61569ba
- pkgrel = 3
+ pkgver = v0.0.1.r59.gbc7708c
+ pkgrel = 2
url = https://github.com/Manouchehri/smi2021
install = easycap-smi2021-modules.install
arch = i686
@@ -15,10 +13,10 @@ pkgbase = somagic-easycap-smi2021-git
provides = somagic-easycap-smi2021
conflicts = smi2021
conflicts = somagic-easycap-smi2021
- source = git://github.com/Manouchehri/smi2021.git#branch=master
+ source = git+https://github.com/Manouchehri/smi2021.git#branch=master
source = https://github.com/stevelacy/EasyCap/raw/master/somagic_firmware.bin
+ validpgpkeys = F0FE029614EA35BC9E4F9768A6ECFD0C40839755
sha512sums = SKIP
sha512sums = 722128600bd982b1ff6af8e372e361d22ee872282aeab50b62d8769ad2ee08bb2c6612f59ba48736a26c2c47704a7e192af2746ac0746a074bc3aa242bffa712
pkgname = somagic-easycap-smi2021-git
-
diff --git a/.gitignore b/.gitignore
index cb2cfcc8fcd8..e59223b1d38f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+/pkg
+/src
/smi2021
/*.pkg.tar.xz
/somagic_firmware.bin
diff --git a/PKGBUILD b/PKGBUILD
index b1c1607ab076..41ae3f34f776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,17 @@ _altname=$(printf ${pkgname%%-git})
_gitname=smi2021
_gitbranch=master
_gitauthor=Manouchehri
-pkgver=v0.0.1.r58.g4040e4a
-pkgrel=1
+pkgver=v0.0.1.r59.gbc7708c
+pkgrel=2
pkgdesc="EasyCap driver module"
url="https://github.com/$_gitauthor/$_gitname"
license=('GPL')
-source=("git://github.com/$_gitauthor/$_gitname.git#branch=$_gitbranch"
+source=("git+https://github.com/$_gitauthor/$_gitname.git#branch=$_gitbranch"
"https://github.com/stevelacy/EasyCap/raw/master/somagic_firmware.bin")
validpgpkeys=('F0FE029614EA35BC9E4F9768A6ECFD0C40839755') # David Manouchehri
sha512sums=('SKIP'
'722128600bd982b1ff6af8e372e361d22ee872282aeab50b62d8769ad2ee08bb2c6612f59ba48736a26c2c47704a7e192af2746ac0746a074bc3aa242bffa712')
arch=('i686' 'x86_64')
-depends=('')
makedepends=('git' 'linux-headers')
conflicts=("$_gitname" "$_altname")
provides=("$_gitname" "$_altname")