summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepicurious2024-02-25 14:09:48 +0000
committerepicurious2024-02-25 14:09:48 +0000
commit8bbe8aa9f24b9ab1e9048101c01002fc4d214c9d (patch)
tree2d3806c081363fdd4cbd8c7c4cc71f4d1c48af80
parent1c0c8093837063260dfa32c29dcbf7534b2962c1 (diff)
downloadaur-8bbe8aa9f24b9ab1e9048101c01002fc4d214c9d.tar.gz
updated source() URL
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a66786ff5fc..422853f1aabc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = estonta-git
pkgdesc = A simple Bash and Yad-based appointment system.
- pkgver = 1.0.0
+ pkgver = r49.36f15db
pkgrel = 1
url = https://github.com/coreymwamba/estonta
install = estonta-git.install
@@ -9,8 +9,7 @@ pkgbase = estonta-git
license = GPL
makedepends = git
optdepends = yad: graphical interface
- source = git://github.com/coreymwamba/estonta
+ source = git+https://github.com/coreymwamba/estonta
md5sums = SKIP
pkgname = estonta-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c48758c8741..19432f737bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/coreymwamba/estonta"
license=('GPL')
optdepends=('yad: graphical interface')
makedepends=('git')
-source=('git://github.com/coreymwamba/estonta')
+source=('git+https://github.com/coreymwamba/estonta')
install='estonta-git.install'
md5sums=('SKIP')
pkgver() {