summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Roos2024-03-09 19:09:45 +0100
committerAlfred Roos2024-03-09 19:09:45 +0100
commitde74079121813c72d21d14cd39cd06dbd187d25b (patch)
treebb3c909ad5b5c03af52c5e893b601689ca71b7fc
parenta7bf8520b26ed6a4df4b7ce6d8a1e526f783ddb2 (diff)
downloadaur-de74079121813c72d21d14cd39cd06dbd187d25b.tar.gz
new version
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df4f23ac1633..c040a97f10f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# Maintainer: Alfred Roos alfred@stensatter.se
pkgname=linecounter-git
-pkgver=2.2.5
+pkgver=2.2.6
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!"
arch=(x86_64)
-url="https://github.com/spynetS/Linecounter.git"
+url="https://gitlab.com/spynets1/Linecounter.git"
license=('MIT')
groups=()
depends=(python-flagser)
@@ -30,7 +30,7 @@ md5sums=()
validpgpkeys=()
prepare() {
- git clone https://github.com/spynetS/Linecounter.git lctr
+ git clone https://gitlab.com/spynets1/Linecounter.git lctr
}
package() {