summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-13 11:49:47 +0300
committerDimitris Kiziridis2020-07-13 11:49:47 +0300
commit524e284640363854c1f992ea75c6fe53007456b0 (patch)
tree268aab98ece0624615dc81e33b146d78d5204bf1
parent8be9c0773f991925dbcdfc2485cce5d07f9e4275 (diff)
downloadaur-524e284640363854c1f992ea75c6fe53007456b0.tar.gz
Initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 388209c941dd..accb0501b719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = liar
pkgdesc = Linux Installer for Archives (liar) is an easy to use command to install, list and remove software packaged as an archive on Linux systems
pkgver = 0.1
pkgrel = 1
- url = https://github.com/beego/bee
+ url = https://framagit.org/grumpyf0x48/liar
arch = any
license = GPL3
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 46e96a761b3e..7f43877a40b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.1
pkgrel=1
pkgdesc='Linux Installer for Archives (liar) is an easy to use command to install, list and remove software packaged as an archive on Linux systems'
arch=('any')
-url="https://github.com/beego/bee"
+url='https://framagit.org/grumpyf0x48/liar'
license=('GPL3')
depends=('bash')
source=("${pkgname}-${pkgver}.tar.gz::https://framagit.org/grumpyf0x48/liar/-/archive/${pkgver}/liar-${pkgver}.tar.gz")