summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-03-02 08:23:24 +0000
committerAuto update bot2024-03-02 08:23:24 +0000
commit68272ebca240b40b1a54575c595995962b746166 (patch)
treed3d7092153fb093314bd1b02afb87d2c9f18039f
parentdf16af1ca2848b2f64b9c252db446093c0b80e30 (diff)
downloadaur-68272ebca240b40b1a54575c595995962b746166.tar.gz
Auto updated to 6.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc35469c520..2a2092f96121 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.18.0
+ pkgver = 6.18.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.18.0.tar.bz2
- sha256sums = 552a2b3f58b1851bc5600c64683ba56a58253428e7f673f8bbb343051283f22b
+ source = https://lalescu.ro/liviu/fet/download/fet-6.18.1.tar.bz2
+ sha256sums = 8277e7b5a6ea92acdf89ea9a37280f49f13cca0df143e0e4285c2defc927c979
pkgname = fet-timetabling
diff --git a/PKGBUILD b/PKGBUILD
index f45e610dbd56..44059ab8a54b 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.18.0
+pkgver=6.18.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=('552a2b3f58b1851bc5600c64683ba56a58253428e7f673f8bbb343051283f22b')
+sha256sums=('8277e7b5a6ea92acdf89ea9a37280f49f13cca0df143e0e4285c2defc927c979')
build() {
cd "$srcdir/$_module-$pkgver"