summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-27 01:52:24 +0200
committersL1pKn072023-10-27 01:52:24 +0200
commit2132476b99b705f51073fad5130bf66cae8e7dda (patch)
tree746f18025ab28f911e0a594917481a8d71e446d1
parent428c751f47dbe23a3e09691070ae115ce8318f47 (diff)
downloadaur-2132476b99b705f51073fad5130bf66cae8e7dda.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a88aa1191485..b0544abba3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ktechlab-git
pkgdesc = KTechLab is an IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit. (GIT version)
- pkgver = 0.51.0.13.g7a62f7fd
+ pkgver = 0.51.0.82.g041fd565
pkgrel = 1
- url = https://github.com/ktechlab/ktechlab
+ url = https://apps.kde.org/es/ktechlab
arch = x86_64
license = GPL
makedepends = git
@@ -29,7 +29,7 @@ pkgbase = ktechlab-git
depends = gpsim
depends = hicolor-icon-theme
options = debug
- source = git+https://github.com/ktechlab/ktechlab.git
+ source = git+https://invent.kde.org/sdk/ktechlab.git
sha256sums = SKIP
pkgname = ktechlab-git
diff --git a/PKGBUILD b/PKGBUILD
index b5a85d1bbe13..5089735c7cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: dmidge <quelque_ri1 at caramail point fr>
pkgname=ktechlab-git
-pkgver=0.51.0.13.g7a62f7fd
+pkgver=0.51.0.82.g041fd565
pkgrel=1
pkgdesc="KTechLab is an IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit. (GIT version)"
arch=('x86_64')
-url="https://github.com/ktechlab/ktechlab"
+url='https://apps.kde.org/es/ktechlab'
license=('GPL')
depends=(
'gcc-libs' # libstdc++.so
@@ -34,7 +34,7 @@ makedepends=(
'cmake'
'qt5-tools'
)
-source=('git+https://github.com/ktechlab/ktechlab.git')
+source=('git+https://invent.kde.org/sdk/ktechlab.git')
sha256sums=('SKIP')
options=('debug')