summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhndrkk2022-08-30 20:10:48 +0200
committerhndrkk2022-08-30 20:10:48 +0200
commitad95e8156853600f218ffb7ccb1f1037936cf4f6 (patch)
tree11d3cbcac1d697f2bf4a0e61c631bf443f94e9c3
parent5fadfffaef3bf4cd00731937baae4264fb51dd9b (diff)
downloadaur-ad95e8156853600f218ffb7ccb1f1037936cf4f6.tar.gz
fix license: custom license used
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06d7fc611ada..23236bd2f5e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = xkbset
pkgdesc = Manage most of the options of XKB extensions from X window interface.
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stephenmontgomerysmith/xkbset
arch = i686
arch = x86_64
- license = BSD
+ license = custom:BSD
makedepends = git
depends = libx11
optdepends = perl-tk: to use the xkbset-gui program
diff --git a/PKGBUILD b/PKGBUILD
index c682c0d922bf..007a95a8261f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: MaurĂ­cio CA <mauricio.antunes@gmail.com>
pkgname=xkbset
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Manage most of the options of XKB extensions from X window interface."
arch=(i686 x86_64)
url="https://github.com/stephenmontgomerysmith/xkbset"
-license=('BSD')
+license=('custom:BSD')
depends=('libx11')
makedepends=('git')
optdepends=('perl-tk: to use the xkbset-gui program')