summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-09-29 00:41:06 +0200
committerbegin-theadventure2023-09-29 00:41:06 +0200
commitd691c716c5d0a47005a6f63130441ae09e5b5fa6 (patch)
tree6e7967b304f83eac873b27145cca8c825633e5b8
parentb13751fd74133338aad3380ef134ba6c56b5ca56 (diff)
downloadaur-matchbox-keyboard.tar.gz
Fix source, url, license
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2808290634a0..f41d445ed486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,13 @@ pkgbase = matchbox-keyboard
pkgdesc = An on screen virtual keyboard
pkgver = 0.1.1
pkgrel = 1
- url = http://matchbox-project.org/
+ url = https://www.yoctoproject.org/software-item/matchbox
arch = x86_64
- license = GPL
+ license = LGPL2.1
depends = cairo
depends = libfakekey
depends = libxft
- source = http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-0.1.1.tar.bz2
- sha256sums = 44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790
+ source = https://git.yoctoproject.org/matchbox-keyboard/snapshot/matchbox-keyboard-0.1.1.tar.gz
+ sha256sums = dd3e9494a9499a3bf3017c8c1e6572a4e91deb20e219717db17c0977750b8bcb
pkgname = matchbox-keyboard
-
diff --git a/PKGBUILD b/PKGBUILD
index f20b4aa55f26..75bd0d642bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=matchbox-keyboard
@@ -8,10 +8,10 @@ pkgrel=1
pkgdesc="An on screen virtual keyboard"
arch=('x86_64')
depends=('cairo' 'libfakekey' 'libxft')
-url="http://matchbox-project.org/"
-license=('GPL')
-source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-$pkgver.tar.bz2")
-sha256sums=('44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790')
+url="https://www.yoctoproject.org/software-item/matchbox"
+license=('LGPL2.1')
+source=("https://git.yoctoproject.org/matchbox-keyboard/snapshot/matchbox-keyboard-$pkgver.tar.gz")
+sha256sums=('dd3e9494a9499a3bf3017c8c1e6572a4e91deb20e219717db17c0977750b8bcb')
build() {
cd "$srcdir"/$pkgname-$pkgver