summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-09-29 11:37:44 +1300
committercaltlgin2020-09-29 11:37:44 +1300
commit2b45436dcabe06b3297c8547de1c0d1cf1ef0b34 (patch)
tree92218e98498e486ae85f5c5ce97aa137dc2407f7
parent235a712b8311cf886b33210f0c61bdc512094490 (diff)
downloadaur-2b45436dcabe06b3297c8547de1c0d1cf1ef0b34.tar.gz
Fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b385403e7d75..1006ae5d1148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = yishu
pkgdesc = Bespoke and simple Todo.txt client
pkgver = 1.2.5
pkgrel = 1
- url = https://github.com/lainsce/yishu/
+ url = https://github.com/lainsce/yishu
arch = x86_64
license = GPL3
makedepends = meson
makedepends = vala
depends = granite
- source = yishu-1.2.5.tar.gz::https://github.com/lainsce/yishu//archive/1.2.5.tar.gz
+ source = yishu-1.2.5.tar.gz::https://github.com/lainsce/yishu/archive/1.2.5.tar.gz
sha256sums = fbb1ebcf16672b818cb92f7022c1d9e5e17bdb1b776612535e0af6a8abd75a39
pkgname = yishu
diff --git a/PKGBUILD b/PKGBUILD
index d7ce3f359d82..9cea673c2846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.5
pkgrel=1
pkgdesc='Bespoke and simple Todo.txt client'
arch=('x86_64')
-url='https://github.com/lainsce/yishu/'
+url='https://github.com/lainsce/yishu'
license=('GPL3')
depends=('granite')
makedepends=('meson' 'vala')