summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Müller2022-12-01 15:56:10 +0100
committerJörg Müller2022-12-01 15:56:10 +0100
commitc71f45ce93511216581cab81b709cd4116704e86 (patch)
tree4382b1751de8d54860fc0aa20481b3db97977fdb
parent9c2dd7a95bc7a990cd5abd4e0eabad55fb8d3afb (diff)
downloadaur-c71f45ce93511216581cab81b709cd4116704e86.tar.gz
Changing to the correctly working custom_mine file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97aa82a93fa..937f2e3d039f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = xkb-mine-custom-layout
pkgdesc = Installs the German mine keyboard layout as custom xkb layout
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://neo-layout.org/Layouts/mine/
arch = any
- source = https://dl.neo-layout.org/mine
- md5sums = cb7812582e9e2658cab89df40fff7f8a
+ source = https://dl.neo-layout.org/custom_mine
+ md5sums = 1bc22b982166589d11548e4e88aa1c4f
pkgname = xkb-mine-custom-layout
diff --git a/PKGBUILD b/PKGBUILD
index 5353fdab94d5..fdf1544c9e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=xkb-mine-custom-layout
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Installs the German mine keyboard layout as custom xkb layout'
arch=('any')
url="https://neo-layout.org/Layouts/mine/"
depends=()
provides=()
conflicts=()
-source=('https://dl.neo-layout.org/mine')
-md5sums=('cb7812582e9e2658cab89df40fff7f8a')
+source=('https://dl.neo-layout.org/custom_mine')
+md5sums=('1bc22b982166589d11548e4e88aa1c4f')
package() {
cd "$srcdir"
- install -Dm644 mine "$pkgdir/usr/share/X11/xkb/symbols/custom"
+ install -Dm644 custom_mine "$pkgdir/usr/share/X11/xkb/symbols/custom"
}