diff options
author | Alfred Roos | 2024-03-09 19:09:45 +0100 |
---|---|---|
committer | Alfred Roos | 2024-03-09 19:09:45 +0100 |
commit | de74079121813c72d21d14cd39cd06dbd187d25b (patch) | |
tree | bb3c909ad5b5c03af52c5e893b601689ca71b7fc | |
parent | a7bf8520b26ed6a4df4b7ce6d8a1e526f783ddb2 (diff) | |
download | aur-de74079121813c72d21d14cd39cd06dbd187d25b.tar.gz |
new version
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |