summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-11-06 07:55:50 +0000
committerAuto update bot2022-11-06 07:55:50 +0000
commit2b7c0fec5da9ecbd0cd39b43f1eb03cf1732fd43 (patch)
tree5a6552f273c48632f043f45b60e75f22050bad80
parent15cfe02a659a24b6e2cb460d9672a3058e055468 (diff)
downloadaur-2b7c0fec5da9ecbd0cd39b43f1eb03cf1732fd43.tar.gz
auto updated to 6.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104f38390352..a531e6b978fe 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.0
+ pkgver = 6.7.1
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.0.tar.bz2
- sha256sums = 67443c53818d2699c1d89cb3dc906faebc37d16713b11ff65404b4319b97dffc
+ source = https://lalescu.ro/liviu/fet/download/fet-6.7.1.tar.bz2
+ sha256sums = 1326d03b185705b73f410f7ec7e486213937a78ae6b3093dc141d8942b6c8d6f
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index 70beac1ad146..2736f16cc331 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.0
+pkgver=6.7.1
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=('67443c53818d2699c1d89cb3dc906faebc37d16713b11ff65404b4319b97dffc')
+sha256sums=('1326d03b185705b73f410f7ec7e486213937a78ae6b3093dc141d8942b6c8d6f')
build() {
cd "$srcdir/$_module-$pkgver"