summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUnix Sheikh2019-10-12 22:24:11 +0200
committerUnix Sheikh2019-10-12 22:24:11 +0200
commitd5eb6b65f28677b83f37b23d58cebaed1560f604 (patch)
treed3e735e529fed5f082fc3d2766d6d99d34aaaf8c /PKGBUILD
parentb3cbe816ed68bcb5975b5792ad7280506b01de40 (diff)
downloadaur-d5eb6b65f28677b83f37b23d58cebaed1560f604.tar.gz
Fix package name
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3999d71c4dbf..96467fbd0687 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Unix Sheikh <unixsheikh at protonmail dot com>
pkgname=salahtime
-pkgver=v1.0.3
+pkgver=1.0.3
pkgrel=1
-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"
+url="https://github.com/unixsheikh/salahtime"
+pkgdesc="A small command line application written in C that displays the Islamic prayer times for Europe/Copenhagen"
arch=('any')
license=('The Unlicense')
@@ -12,7 +12,7 @@ source=("https://github.com/unixsheikh/salahtime/archive/v1.0.3.zip")
md5sums=('da49a81ceb2f5fcba070b3e550299345')
build() {
- cd "$srcdir/$pkgname-c-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
make CC=gcc
}