Skip to content

Commit dfd52fc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3a3a4e2 + 8cacb0e commit dfd52fc

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

aur/lcl-bin/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pkgbase = lcl-bin
22
pkgdesc = Linux command reference and cheat sheets for your terminal
3-
pkgver = 3.7.3
3+
pkgver = 3.7.4
44
pkgrel = 1
55
url = https://github.com/SimonSchubert/LinuxCommandLibrary
66
arch = x86_64
77
license = Apache-2.0
88
makedepends = unzip
99
provides = lcl
1010
conflicts = lcl
11-
source = LinuxCommandLibrary-3.7.3-cli-linux-x64.zip::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v3.7.3/LinuxCommandLibrary-3.7.3-cli-linux-x64.zip
12-
sha256sums = d882cf042563e1b526811201c9fd02150a581deeb59a729e95b566d17e4504c2
11+
source = LinuxCommandLibrary-3.7.4-cli-linux-x64.zip::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v3.7.4/LinuxCommandLibrary-3.7.4-cli-linux-x64.zip
12+
sha256sums = fac3eec29d544f8af75ba8c52ec147d380bb2c97559a3ef7ab416558dcf4c6d8
1313

1414
pkgname = lcl-bin

aur/lcl-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/SimonSchubert/LinuxCommandLibrary
33

44
pkgname=lcl-bin
5-
pkgver=3.7.3
5+
pkgver=3.7.4
66
pkgrel=1
77
pkgdesc='Linux command reference and cheat sheets for your terminal'
88
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('lcl')
1313
conflicts=('lcl')
1414

1515
source=("LinuxCommandLibrary-${pkgver}-cli-linux-x64.zip::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v${pkgver}/LinuxCommandLibrary-${pkgver}-cli-linux-x64.zip")
16-
sha256sums=('d882cf042563e1b526811201c9fd02150a581deeb59a729e95b566d17e4504c2')
16+
sha256sums=('fac3eec29d544f8af75ba8c52ec147d380bb2c97559a3ef7ab416558dcf4c6d8')
1717

1818
package() {
1919
install -Dm755 "${srcdir}/lcl" "${pkgdir}/usr/bin/lcl"

aur/lcl-gui-bin/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = lcl-gui-bin
22
pkgdesc = Linux command reference and cheat sheets - desktop application
3-
pkgver = 3.7.3
3+
pkgver = 3.7.4
44
pkgrel = 1
55
url = https://github.com/SimonSchubert/LinuxCommandLibrary
66
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lcl-gui-bin
99
provides = lcl-gui
1010
conflicts = lcl-gui
1111
options = !strip
12-
source = LinuxCommandLibrary-3.7.3-linux-x86_64.tar.gz::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v3.7.3/LinuxCommandLibrary-3.7.3-linux-x86_64.tar.gz
13-
sha256sums = 99b19d4315b674c16e92e0e4afa9c7585b7e5ffd8215aba0f5253452b11a6f45
12+
source = LinuxCommandLibrary-3.7.4-linux-x86_64.tar.gz::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v3.7.4/LinuxCommandLibrary-3.7.4-linux-x86_64.tar.gz
13+
sha256sums = ad150e4415ef7756ab5636547bc2fd2402c0f3f3b34f57294b0614e7e03494c7
1414

1515
pkgname = lcl-gui-bin

aur/lcl-gui-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/SimonSchubert/LinuxCommandLibrary
33

44
pkgname=lcl-gui-bin
5-
pkgver=3.7.3
5+
pkgver=3.7.4
66
pkgrel=1
77
pkgdesc='Linux command reference and cheat sheets - desktop application'
88
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('lcl-gui')
1414
options=('!strip')
1515

1616
source=("LinuxCommandLibrary-${pkgver}-linux-x86_64.tar.gz::https://github.com/SimonSchubert/LinuxCommandLibrary/releases/download/v${pkgver}/LinuxCommandLibrary-${pkgver}-linux-x86_64.tar.gz")
17-
sha256sums=('99b19d4315b674c16e92e0e4afa9c7585b7e5ffd8215aba0f5253452b11a6f45')
17+
sha256sums=('ad150e4415ef7756ab5636547bc2fd2402c0f3f3b34f57294b0614e7e03494c7')
1818

1919
package() {
2020
# Install application files

0 commit comments

Comments
 (0)