summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormobilus12021-01-26 19:23:19 -0300
committermobilus12021-01-26 19:23:19 -0300
commit1c2b0232a6dcbc4804c6ae0c1c2d210e5ef3b783 (patch)
tree94dacdd4bfce49594c90f75dfeb9cf6e6d87414f /PKGBUILD
parent94040a8983d5b07f9624680676e751ac163ea5d8 (diff)
downloadaur-1c2b0232a6dcbc4804c6ae0c1c2d210e5ef3b783.tar.gz
upgraded to 5.48.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d850ffaa7ea..7ecd6f79bc96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thibaud Kehler <thibaud.kehler at gmx dot net>
pkgname='fet-timetabling'
_module='fet'
-pkgver=5.48.0
+pkgver=5.48.1
pkgrel=1
pkgdesc="A software for automatically scheduling the timetable of a school, high-school or university."
arch=('x86_64' 'i686')
url="http://lalescu.ro/liviu/fet/"
license=('AGPL3')
depends=('qt5-base' 'hicolor-icon-theme')
-source=("http://lalescu.ro/liviu/fet/download/$_module-$pkgver.tar.bz2")
-md5sums=('6bbb06c0ec7725304c194ab3791f9970')
+source=("https://lalescu.ro/liviu/fet/download/fet-${pkgver}.tar.bz2")
+sha256sums=('9b5cc6a9246c6738e31837ab5359ec448fc2a57060e91bfd879382f80d45e24c')
build() {
cd "$srcdir/$_module-$pkgver"