summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnix Sheikh2019-04-05 23:19:18 +0200
committerUnix Sheikh2019-04-05 23:19:18 +0200
commitae933b66d0014ca96ed87760b637008cacd0e655 (patch)
tree52c871973d3ec3aee42d05589c6b3a98750ee374
parent7f303698b4567c37ad90b97c812b1aa51097fbcc (diff)
downloadaur-ae933b66d0014ca96ed87760b637008cacd0e655.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2dfe67a8ca..e5a664189169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = salahtime
- pkgdesc = A small C program for displaying the Islamic prayer time for Copenhagen in Denmark
- pkgver = 1.0.0
+ pkgdesc = A small C program for displaying the Islamic prayer time for Europe/Copenhagen
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/unixsheikh/salahtime
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
pkgname = salahtime
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"