summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsputnick2018-06-02 04:25:04 +0200
committersputnick2018-06-02 04:26:19 +0200
commit207b1f742297fbe0ec39bab2a1df80d821ee2000 (patch)
treee7c165059a970ec1884a3fbb181f1d3ba2ec0737
parent7544db60c4efd177e166f02454e73c843380d91a (diff)
downloadaur-207b1f742297fbe0ec39bab2a1df80d821ee2000.tar.gz
update PKGBUILD thanks to @MarcinWieczorek
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9a497de10fd..5ab37ffe2ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Sat Jun 2 02:24:24 UTC 2018
pkgbase = xkbset
pkgdesc = Program to help manage many of XKB features of X window.
pkgver = 0.5
- pkgrel = 2
- url = http://www.math.missouri.edu/~stephen/software/#xkbset
+ pkgrel = 3
+ url = https://faculty.missouri.edu/~stephen/software/#xkbset
arch = i686
arch = x86_64
- license = custom:BSD
- makedepends = coreutils
+ license = BSD
depends = libx11
optdepends = perl-tk
- source = http://www.math.missouri.edu/~stephen/software/xkbset/xkbset-0.5.tar.gz
- md5sums = 282c416a76a237fa84a7b513c9d7b2cf
+ source = http://faculty.missouri.edu/~stephen/software/xkbset/xkbset-0.5.tar.gz
+ sha256sums = 01c2579495b39e00d870f50225c441888dc88021e9ee3b693a842dd72554d172
pkgname = xkbset
diff --git a/PKGBUILD b/PKGBUILD
index 085e23fc8d7f..1267863fd3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,22 +5,13 @@ pkgver=0.5
pkgrel=3
pkgdesc="Program to help manage many of XKB features of X window."
arch=(i686 x86_64)
-url="http://www.math.missouri.edu/~stephen/software/#xkbset"
-license=('custom:BSD')
+url="https://faculty.missouri.edu/~stephen/software/#xkbset"
+license=('BSD')
groups=()
-depends=(libx11)
-makedepends=(coreutils)
+depends=('libx11')
optdepends=(perl-tk)
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=(http://faculty.missouri.edu/~stephen/software/xkbset/$pkgname-$pkgver.tar.gz)
-noextract=()
-md5sums=('282c416a76a237fa84a7b513c9d7b2cf')
+sha256sums=('01c2579495b39e00d870f50225c441888dc88021e9ee3b693a842dd72554d172')
build() {
sed -r \
@@ -37,6 +28,7 @@ package() {
install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
}
# vim:set ts=2 sw=2 et: