summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-11-28 08:21:04 +0000
committerAuto update bot2023-11-28 08:21:04 +0000
commit10544503e89f17e469115b1558750bd58a3dce78 (patch)
tree1cea34ff55b34194c84da0419724e1dd5f5cdeaf
parent333b6d9023567c4522e91886868c27fe58deda5a (diff)
downloadaur-10544503e89f17e469115b1558750bd58a3dce78.tar.gz
Auto updated to 6.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27aa20c2bc85..9d65bf5a1d71 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.1
+ pkgver = 6.13.2
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.1.tar.bz2
- sha256sums = a06dd053dc7800a8fd454bec241afed7c9320a4740951bf21e71bcc37fa630d1
+ source = https://lalescu.ro/liviu/fet/download/fet-6.13.2.tar.bz2
+ sha256sums = 9a5de73bba78b9fcbfeb5d95d68233d83f8c8b940da637903e0116d3a36520bf
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index 9b345ca949cc..dc8c9a36c249 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.1
+pkgver=6.13.2
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=('a06dd053dc7800a8fd454bec241afed7c9320a4740951bf21e71bcc37fa630d1')
+sha256sums=('9a5de73bba78b9fcbfeb5d95d68233d83f8c8b940da637903e0116d3a36520bf')
build() {
cd "$srcdir/$_module-$pkgver"