summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-09-17 05:53:35 +0000
committerAuto update bot2022-09-17 05:53:35 +0000
commita42e6c8c85e82dd87868f12da503818a0100cce2 (patch)
tree9d4a93fc41dbd1492dea5a7511e71bdd4b885288
parenta0e13d1ef2838a3e24b5342c7506d5cfb7e42e03 (diff)
downloadaur-a42e6c8c85e82dd87868f12da503818a0100cce2.tar.gz
auto updated to 6.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d40dfca425..fb4b5382b632 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.5.6
+ pkgver = 6.6.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.5.6.tar.bz2
- sha256sums = c27c665350d4779855e4c79ffe11f91915eb48c825102982f61e58404581b1bd
+ source = https://lalescu.ro/liviu/fet/download/fet-6.6.0.tar.bz2
+ sha256sums = 4d0da698fedcd432f479fc540222be1594a284a720ff7cf2a144473bb0736796
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index db39cb8d32d4..2e04b62efec9 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.5.6
+pkgver=6.6.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=('c27c665350d4779855e4c79ffe11f91915eb48c825102982f61e58404581b1bd')
+sha256sums=('4d0da698fedcd432f479fc540222be1594a284a720ff7cf2a144473bb0736796')
build() {
cd "$srcdir/$_module-$pkgver"