summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-09-28 08:01:47 +0000
committerAuto update bot2022-09-28 08:01:47 +0000
commit4fc1d8c67989d7ab8d69cd271293f850e61eba47 (patch)
tree5999cac640b8ded0e4add9ccd18514c920286f41
parent492bb6bfdd1a47cfce300867b64d1928d360f0fa (diff)
downloadaur-4fc1d8c67989d7ab8d69cd271293f850e61eba47.tar.gz
auto updated to 6.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa4c73b4f7f5..bd8639137765 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.6.1
+ pkgver = 6.6.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.6.1.tar.bz2
- sha256sums = fab22e7dd9ff6fecabe0e972ab94e4dcd38621da574a64f972262d10788df7de
+ source = https://lalescu.ro/liviu/fet/download/fet-6.6.2.tar.bz2
+ sha256sums = b96b16d643c27148c7f44d2d2c1da88e672a3edaa933577119fda17cccb86e70
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index f8734a351430..3b53c311539d 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.6.1
+pkgver=6.6.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=('fab22e7dd9ff6fecabe0e972ab94e4dcd38621da574a64f972262d10788df7de')
+sha256sums=('b96b16d643c27148c7f44d2d2c1da88e672a3edaa933577119fda17cccb86e70')
build() {
cd "$srcdir/$_module-$pkgver"