main/fbkeyboard: fix upstream source url

again, same checksum, I verified that it builds.
[ci:skip-vercheck]

Related: https://builds.sr.ht/~postmarketos/job/636813#task-pmbootstrap_build-502
This commit is contained in:
Oliver Smith 2021-11-27 13:41:09 +01:00
parent a38bef1be5
commit f68ebfe7b8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -8,7 +8,7 @@ arch="all"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="freetype ttf-dejavu" depends="freetype ttf-dejavu"
makedepends="linux-headers freetype-dev" makedepends="linux-headers freetype-dev"
source="https://github.com/bakonyiferenc/fbkeyboard/archive/$pkgver/fbkeyboard-$pkgver.tar.gz" source="fbkeyboard-$pkgver.tar.gz::https://github.com/bakonyiferenc/fbkeyboard/archive/refs/tags/$pkgver.tar.gz"
options="!check" # No tests options="!check" # No tests
build() { build() {
@ -20,4 +20,6 @@ package() {
} }
sha512sums="cd3c9057b4ef86d5678eb448cc51631342d643695f5ba0210ec8d0e282c85d1353afc86633e8e570913e104d9c2aa063d33ebc867d756f0d1d609fc47542c3a1 fbkeyboard-0.4.tar.gz" sha512sums="
cd3c9057b4ef86d5678eb448cc51631342d643695f5ba0210ec8d0e282c85d1353afc86633e8e570913e104d9c2aa063d33ebc867d756f0d1d609fc47542c3a1 fbkeyboard-0.4.tar.gz
"