summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Roos2023-10-30 00:02:33 +0100
committerAlfred Roos2023-10-30 00:02:33 +0100
commit2fd43fa6100da4f2ee07472bd3140e4842bc2ae9 (patch)
treecaa1b2afbd89aad6888d658f48fef3e013e4321f
parenta227511eac20d749187d2a1d61711bb4429f3531 (diff)
downloadaur-2fd43fa6100da4f2ee07472bd3140e4842bc2ae9.tar.gz
new version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7db318850e41..e0836120abd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 92a9e5d318dc..a378e2187b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {