summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-04-10 07:20:18 +0000
committerPellegrino Prevete2023-04-10 07:20:18 +0000
commit3987858dffae27b63bd9118ceb140c4c84100c77 (patch)
treedd8fbda8b4ad444ce6c4504afa57c7693335b9b9
parent88bb8fd2693f7ba2b547168bd663f952df211edd (diff)
downloadaur-3987858dffae27b63bd9118ceb140c4c84100c77.tar.gz
add shebang
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a66eb807e76..c9ef1d738082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = catimporter
depends = ruby-httparty
depends = ruby-addressable
depends = ruby-mediawiki_api
- source = catimporter::git+https://github.com/ferdi2005/catimporter
+ source = catimporter::git+https://github.com/tallero/catimporter
sha256sums = SKIP
pkgname = catimporter
diff --git a/PKGBUILD b/PKGBUILD
index b0df7dbfbd0f..de8d774e3ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@ arch=('any')
_github="https://github.com"
_ns="ferdi2005"
url="${_github}/${_ns}/${pkgname}"
+_url="${_github}/tallero/${pkgname}"
depends=("ruby-httparty"
"ruby-addressable"
"ruby-mediawiki_api")
license=("MIT")
_commit="e0860e75df541ab5dcde57a7ca27e4d09d513aac"
-source=("${pkgname}::git+${url}")
+source=("${pkgname}::git+${_url}")
sha256sums=("SKIP")
package(){