summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-11-18 08:20:20 +0000
committerAuto update bot2023-11-18 08:20:20 +0000
commitd6ebe3b36df68d30d31a03de13496b17385dabd1 (patch)
tree24e48e254acbb1f3a6ed49ba8c9031d7b344e07c
parentb2a866fc487751e0319b871350e770b550ac930e (diff)
downloadaur-d6ebe3b36df68d30d31a03de13496b17385dabd1.tar.gz
Auto updated to 6.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef1057893bde..b3fcb39ae907 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.12.0
+ pkgver = 6.13.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.12.0.tar.bz2
- sha256sums = d3e61beaef72063991bbc0e0964aeb8d827ecd1db0dd5c816df5fd2630d28e72
+ source = https://lalescu.ro/liviu/fet/download/fet-6.13.0.tar.bz2
+ sha256sums = a6b3b0f6c2ebc73aedcab70ffe428ef360d5483fbe067266515fd77d069acf4a
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index b06ea31f69a5..327b8d50769a 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.12.0
+pkgver=6.13.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=('d3e61beaef72063991bbc0e0964aeb8d827ecd1db0dd5c816df5fd2630d28e72')
+sha256sums=('a6b3b0f6c2ebc73aedcab70ffe428ef360d5483fbe067266515fd77d069acf4a')
build() {
cd "$srcdir/$_module-$pkgver"