summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-10-03 15:46:41 +1300
committercaltlgin2020-10-03 15:46:41 +1300
commit95435e1cc8fa0305c2d5221323f27285c95ff556 (patch)
tree4bcc95d7a8fe7fb0779bc104d88b9965bf508466
parent015147bd390284600b08517954e7ec0af705544d (diff)
downloadaur-95435e1cc8fa0305c2d5221323f27285c95ff556.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 7ca7d3037c86..10d207972e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = palaura
pkgdesc = Find any words definition with this handy dictionary
pkgver = 1.2.2
pkgrel = 1
- url = https://github.com/lainsce/palaura/
+ url = https://github.com/lainsce/palaura
arch = x86_64
license = GPL3
makedepends = meson
makedepends = vala
depends = granite
depends = gtksourceview3
- source = palaura-1.2.2.tar.gz::https://github.com/lainsce/palaura//archive/1.2.2.tar.gz
+ source = palaura-1.2.2.tar.gz::https://github.com/lainsce/palaura/archive/1.2.2.tar.gz
sha256sums = 555c1e06981b98280e806504bc9b31e93ac501e4e4845c301982207a60d9daae
pkgname = palaura
diff --git a/PKGBUILD b/PKGBUILD
index f255544c7740..8441853af211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=1
pkgdesc='Find any words definition with this handy dictionary'
arch=('x86_64')
-url='https://github.com/lainsce/palaura/'
+url='https://github.com/lainsce/palaura'
license=('GPL3')
depends=('granite' 'gtksourceview3')
makedepends=('meson' 'vala')