summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnix Sheikh2019-10-12 22:24:11 +0200
committerUnix Sheikh2019-10-12 22:24:11 +0200
commitd5eb6b65f28677b83f37b23d58cebaed1560f604 (patch)
treed3e735e529fed5f082fc3d2766d6d99d34aaaf8c
parentb3cbe816ed68bcb5975b5792ad7280506b01de40 (diff)
downloadaur-d5eb6b65f28677b83f37b23d58cebaed1560f604.tar.gz
Fix package name
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4135b794625..c1eb5529a9d1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = salahtime
- pkgdesc = A small command line application written in Go that displays the Islamic prayer times for Europe/Copenhagen
- pkgver = v1.0.3
+ pkgdesc = A small command line application written in C that displays the Islamic prayer times for Europe/Copenhagen
+ pkgver = 1.0.3
pkgrel = 1
- url = https://github.com/unixsheikh/salahtime-c
+ url = https://github.com/unixsheikh/salahtime
arch = any
license = The Unlicense
source = https://github.com/unixsheikh/salahtime/archive/v1.0.3.zip
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
}