summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-04-06 08:25:38 +0000
committerAuto update bot2024-04-06 08:25:38 +0000
commit6acba40418cbe611465af67544d8bd0502e025db (patch)
tree899531acebb4d0cd7ca96f6ba9898ae0f884c1dd
parent69713ae0ff26e3dc66c67df653f79e8841c5e448 (diff)
downloadaur-6acba40418cbe611465af67544d8bd0502e025db.tar.gz
Auto updated to 6.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fda451a58f9..b214aa34fce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fet-timetabling
pkgdesc = A software for automatically scheduling the timetable of a school, high-school or university.
- pkgver = 6.19.1
+ pkgver = 6.19.2
pkgrel = 1
url = http://lalescu.ro/liviu/fet/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = fet-timetabling
license = AGPL3
depends = qt5-base
depends = hicolor-icon-theme
- source = https://lalescu.ro/liviu/fet/download/fet-6.19.1.tar.bz2
- sha256sums = 1f0bdebd2d982b9a3f194c9904473a494eb4a79c2a8a3d6937db4516d0e0221d
+ source = https://lalescu.ro/liviu/fet/download/fet-6.19.2.tar.bz2
+ sha256sums = 27a9c8e82b655b3b3536604c561d3cae2c3f7a799e78d8c1c30f1c05ce0ed725
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index f935b5bf9b7a..db90f151481d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thibaud Kehler <thibaud.kehler at gmx dot net>
pkgname='fet-timetabling'
_module='fet'
-pkgver=6.19.1
+pkgver=6.19.2
pkgrel=1
pkgdesc="A software for automatically scheduling the timetable of a school, high-school or university."
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url="http://lalescu.ro/liviu/fet/"
license=('AGPL3')
depends=('qt5-base' 'hicolor-icon-theme')
source=("https://lalescu.ro/liviu/fet/download/fet-${pkgver}.tar.bz2")
-sha256sums=('1f0bdebd2d982b9a3f194c9904473a494eb4a79c2a8a3d6937db4516d0e0221d')
+sha256sums=('27a9c8e82b655b3b3536604c561d3cae2c3f7a799e78d8c1c30f1c05ce0ed725')
build() {
cd "$srcdir/$_module-$pkgver"