summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-11-30 07:56:06 +0000
committerAuto update bot2022-11-30 07:56:06 +0000
commit62d095fc970bcc98c93f8dab1145790fd41e9c81 (patch)
treef32449bb54dc08baed193a2a49786a5ef636a31e
parent0bbb816a552d6d6feeb9055a3928b2021d76aaf7 (diff)
downloadaur-62d095fc970bcc98c93f8dab1145790fd41e9c81.tar.gz
auto updated to 6.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc2580c21db..0bdc36d56f47 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.7.3
+ pkgver = 6.7.4
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.7.3.tar.bz2
- sha256sums = b3f3272ee78140f941253dbfef0da60a6d5b18f7716dcf3443374543d389c68f
+ source = https://lalescu.ro/liviu/fet/download/fet-6.7.4.tar.bz2
+ sha256sums = 32a236a76bb141e0b8605909da5637b91d4e94bccb344a2aef202ed38612a2eb
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index a065d4144192..b8ecc753a872 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.7.3
+pkgver=6.7.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=('b3f3272ee78140f941253dbfef0da60a6d5b18f7716dcf3443374543d389c68f')
+sha256sums=('32a236a76bb141e0b8605909da5637b91d4e94bccb344a2aef202ed38612a2eb')
build() {
cd "$srcdir/$_module-$pkgver"