summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnix Sheikh2019-10-12 18:08:50 +0200
committerUnix Sheikh2019-10-12 18:08:50 +0200
commit4d9ec1318924c0faac867c5556e3eedc59c0a4e1 (patch)
tree846b7480e57e961d9410560c97a8bb0a2ed2990b
parent0964c9bf2dd0e57050f9d16108f047e27dac4e68 (diff)
downloadaur-4d9ec1318924c0faac867c5556e3eedc59c0a4e1.tar.gz
Update package
-rwxr-xr-x[-rw-r--r--].SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881d59010e2e..b25d7a8d69e2 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = salahtime
- pkgdesc = A small command line application written in C that displays the Islamic prayer times for Europe/Copenhagen
- pkgver = 1.0.2
+ pkgdesc = A small command line application written in Go that displays the Islamic prayer times for Europe/Copenhagen
+ pkgver = 1.0.3
pkgrel = 1
- url = https://github.com/unixsheikh/salahtime
+ url = https://github.com/unixsheikh/salahtime-c
arch = any
license = The Unlicense
- source = https://github.com/unixsheikh/salahtime/archive/1.0.2.zip
- md5sums = 3f983739d72510114cb5f5de3908e3ed
+ source = https://github.com/unixsheikh/salahtime/archive/v1.0.3.zip
+ md5sums = da49a81ceb2f5fcba070b3e550299345
pkgname = salahtime
diff --git a/PKGBUILD b/PKGBUILD
index 68b1b10b734b..404589d17432 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Unix Sheikh <unixsheikh at protonmail dot com>
pkgname=salahtime
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
-url="https://github.com/unixsheikh/salahtime"
+url="https://github.com/unixsheikh/salahtime-c"
pkgdesc="A small command line application written in Go that displays the Islamic prayer times for Europe/Copenhagen"
arch=('any')
license=('The Unlicense')
-source=("https://github.com/unixsheikh/salahtime/archive/1.0.2.zip")
-md5sums=('3f983739d72510114cb5f5de3908e3ed')
+source=("https://github.com/unixsheikh/salahtime/archive/v1.0.3.zip")
+md5sums=('da49a81ceb2f5fcba070b3e550299345')
build() {
cd "$srcdir/$pkgname-$pkgver"