summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormobilus12021-06-15 09:06:36 -0300
committermobilus12021-06-15 09:06:36 -0300
commit0551bc9f76b8bcb03c932ab1c8dd6c9142eb1bfb (patch)
treead253c95716c225b0261c98e7439456e2dfc3b3e
parent4e5666315a374d3f7674a3afbf4f5f8aea3f53d2 (diff)
downloadaur-0551bc9f76b8bcb03c932ab1c8dd6c9142eb1bfb.tar.gz
upgraded to 6.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb5be2e38c76..4b51e03b0543 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.0.2
+ pkgver = 6.0.4
pkgrel = 1
url = http://lalescu.ro/liviu/fet/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = fet-timetabling
license = AGPL3
depends = qt5-base
depends = hicolor-icon-theme
- source = https://lalescu.ro/liviu/fet/download/fet-6.0.2.tar.bz2
- sha256sums = 0e380102090377732ab776a86ac1fab51f925d0897f601bd4ed2ae4162310223
+ source = https://lalescu.ro/liviu/fet/download/fet-6.0.4.tar.bz2
+ sha256sums = 4ac886bbc99ecbe8933c6632493f38b7e57551753820286eb05189ba1797ca9b
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index eaf13d02857e..3c664caecb33 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.0.2
+pkgver=6.0.4
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=('0e380102090377732ab776a86ac1fab51f925d0897f601bd4ed2ae4162310223')
+sha256sums=('4ac886bbc99ecbe8933c6632493f38b7e57551753820286eb05189ba1797ca9b')
build() {
cd "$srcdir/$_module-$pkgver"