summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnix Sheikh2021-07-21 14:07:18 +0200
committerUnix Sheikh2021-07-21 14:07:18 +0200
commit54bc41920af3314d761b9d16025dfd1811e8ee5c (patch)
treeb8a7e2830d67f27a4920fbd8b911610cca601c9b
parent290a2d0aefe447bb437359290593b5f55c83f73d (diff)
downloadaur-54bc41920af3314d761b9d16025dfd1811e8ee5c.tar.gz
Update repo url and license
-rwxr-xr-x.SRCINFO13
-rwxr-xr-xPKGBUILD12
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b3b773e1e8e..3f973957bb1b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = salahtime
- pkgdesc = A small command line application written in C that displays the Islamic prayer times for Europe/Copenhagen
- pkgver = 1.0.3
+ pkgdesc = A small command line application written in C that displays the Islamic prayer times
+ pkgver = 1.0.4
pkgrel = 1
- url = https://github.com/unixsheikh/salahtime
+ url = https://codeberg.org/unixsheikh/salahtime
arch = any
- license = The Unlicense
- source = https://github.com/unixsheikh/salahtime/archive/1.0.3.zip
- md5sums = c25847c8933dab65d6bb4ab69dfd77a6
+ license = CC BY 4.0
+ source = https://codeberg.org/unixsheikh/salahtime/archive/1.0.4.zip
+ md5sums = 47ecdfead9a99ba996026390589e4e36
pkgname = salahtime
-
diff --git a/PKGBUILD b/PKGBUILD
index 3188f8c5f149..836dda7950a8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Unix Sheikh <unixsheikh at protonmail dot com>
pkgname=salahtime
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
-url="https://github.com/unixsheikh/salahtime"
-pkgdesc="A small command line application written in C that displays the Islamic prayer times for Europe/Copenhagen"
+url="https://codeberg.org/unixsheikh/salahtime"
+pkgdesc="A small command line application written in C that displays the Islamic prayer times"
arch=('any')
-license=('The Unlicense')
+license=('CC BY 4.0')
-source=("https://github.com/unixsheikh/salahtime/archive/1.0.3.zip")
-md5sums=('c25847c8933dab65d6bb4ab69dfd77a6')
+source=("https://codeberg.org/unixsheikh/salahtime/archive/1.0.4.zip")
+md5sums=('47ecdfead9a99ba996026390589e4e36')
build() {
cd "$srcdir/$pkgname-$pkgver"