summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-10-21 08:32:48 +0000
committerAuto update bot2023-10-21 08:32:48 +0000
commit777f53acb82b72aa7a5590e0165b3cf6f5326c9b (patch)
treeda0e3b0f82fc88246c278b432907af8c120c4a8e
parent82437f42311fa715ab21393368a48d090a346745 (diff)
downloadaur-777f53acb82b72aa7a5590e0165b3cf6f5326c9b.tar.gz
Auto updated to 6.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecdc84623bf9..3bbab314e332 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.9.7
+ pkgver = 6.10.0
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.9.7.tar.bz2
- sha256sums = fc0173231a2a4d45e62d838460da383ef1571a823593340ab9e2274a080658bd
+ source = https://lalescu.ro/liviu/fet/download/fet-6.10.0.tar.bz2
+ sha256sums = b90be96c6c7d129e5cb47e973e827c9ae9598640d6e649ee34fab00740ca427f
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index 6098d0bfaf7f..2b4837cc4adf 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.9.7
+pkgver=6.10.0
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=('fc0173231a2a4d45e62d838460da383ef1571a823593340ab9e2274a080658bd')
+sha256sums=('b90be96c6c7d129e5cb47e973e827c9ae9598640d6e649ee34fab00740ca427f')
build() {
cd "$srcdir/$_module-$pkgver"