diff options
author | Alfred Roos | 2023-10-30 00:02:33 +0100 |
---|---|---|
committer | Alfred Roos | 2023-10-30 00:02:33 +0100 |
commit | 2fd43fa6100da4f2ee07472bd3140e4842bc2ae9 (patch) | |
tree | caa1b2afbd89aad6888d658f48fef3e013e4321f | |
parent | a227511eac20d749187d2a1d61711bb4429f3531 (diff) | |
download | aur-2fd43fa6100da4f2ee07472bd3140e4842bc2ae9.tar.gz |
new version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = linecounter-git pkgdesc = This is a program that can count all lines in your source code. Run lctr to count all lines. Run lctr -h for help! - pkgver = 2.2.0 + pkgver = 2.2.1 pkgrel = 1 url = https://github.com/spynetS/Linecounter.git arch = x86_64 @@ -5,7 +5,7 @@ # Maintainer: Alfred Roos alfred@stensatter.se pkgname=linecounter-git -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 epoch= pkgdesc="This is a program that can count all lines in your source code. Run lctr to count all lines. Run lctr -h for help!" @@ -35,7 +35,7 @@ prepare() { build() { cd lctr - pip install flagser # dependence + pip --break-system-packages install flagser # dependence } package() { |