summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-11-24 08:21:15 +0000
committerAuto update bot2023-11-24 08:21:15 +0000
commit333b6d9023567c4522e91886868c27fe58deda5a (patch)
tree6bd4a57b5b51b1eeea9b2846f78c0f9a3453cf27
parentd6ebe3b36df68d30d31a03de13496b17385dabd1 (diff)
downloadaur-333b6d9023567c4522e91886868c27fe58deda5a.tar.gz
Auto updated to 6.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fcb39ae907..27aa20c2bc85 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.13.0
+ pkgver = 6.13.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.13.0.tar.bz2
- sha256sums = a6b3b0f6c2ebc73aedcab70ffe428ef360d5483fbe067266515fd77d069acf4a
+ source = https://lalescu.ro/liviu/fet/download/fet-6.13.1.tar.bz2
+ sha256sums = a06dd053dc7800a8fd454bec241afed7c9320a4740951bf21e71bcc37fa630d1
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index 327b8d50769a..9b345ca949cc 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.13.0
+pkgver=6.13.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=('a6b3b0f6c2ebc73aedcab70ffe428ef360d5483fbe067266515fd77d069acf4a')
+sha256sums=('a06dd053dc7800a8fd454bec241afed7c9320a4740951bf21e71bcc37fa630d1')
build() {
cd "$srcdir/$_module-$pkgver"