summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d67511591d73..3c2b93b7db6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Unix Sheikh <unixsheikh at protonmail dot com>
pkgname=salahtime
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
url="https://github.com/unixsheikh/salahtime"
-pkgdesc="A small C program for displaying the Islamic prayer time for Copenhagen in Denmark"
+pkgdesc="A small C program for displaying the Islamic prayer time for Europe/Copenhagen"
arch=('any')
license=('The Unlicense')
-source=("https://github.com/unixsheikh/salahtime/archive/1.0.0.zip")
-md5sums=('c011e5eb216961d7f71579612c2adec9')
+source=("https://github.com/unixsheikh/salahtime/archive/1.0.1.zip")
+md5sums=('a5b1e4272d32ea63fc635a3614222124')
build() {
cd "$srcdir/$pkgname-$pkgver"