summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-01-09 07:56:10 +0000
committerAuto update bot2023-01-09 07:56:10 +0000
commit6b47dff9fc4cb0ea6841a00bcb117dbef50d8c1a (patch)
treee23acb992225c164f3df2b417336bdc9bee2b22a
parentcf868662f8b69107581d30c0b2c308e199b8494e (diff)
downloadaur-6b47dff9fc4cb0ea6841a00bcb117dbef50d8c1a.tar.gz
auto updated to 6.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 410152b3b0c8..8f3b1373e0c7 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.8
+ pkgver = 6.8.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.7.8.tar.bz2
- sha256sums = 6a4d2491d5990161f95d9357b5a4b5227b9968d5c76956fb1e0758417275e1e2
+ source = https://lalescu.ro/liviu/fet/download/fet-6.8.0.tar.bz2
+ sha256sums = 550a05fe08457062f815b7270c78c36fd8fcda5cfbaa12cc39ea2bd30ee20b8a
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index 5c3df57434c4..af5f26638af3 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.8
+pkgver=6.8.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=('6a4d2491d5990161f95d9357b5a4b5227b9968d5c76956fb1e0758417275e1e2')
+sha256sums=('550a05fe08457062f815b7270c78c36fd8fcda5cfbaa12cc39ea2bd30ee20b8a')
build() {
cd "$srcdir/$_module-$pkgver"