summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-04-10 07:22:39 +0000
committerPellegrino Prevete2023-04-10 07:22:39 +0000
commit0e42fa86357ebd53c75fa14a197b75cb9e582774 (patch)
tree3f67eb3d7d55c77e46d2c4ff6212a3c3f7b52971
parent3987858dffae27b63bd9118ceb140c4c84100c77 (diff)
downloadaur-0e42fa86357ebd53c75fa14a197b75cb9e582774.tar.gz
fix commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ef1d738082..d90560dc8577 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/tallero/catimporter
+ source = catimporter::git+https://github.com/tallero/catimporter#commit=e0860e75df541ab5dcde57a7ca27e4d09d513aac
sha256sums = SKIP
pkgname = catimporter
diff --git a/PKGBUILD b/PKGBUILD
index de8d774e3ed8..c1ee4ddc3abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=("ruby-httparty"
"ruby-mediawiki_api")
license=("MIT")
_commit="e0860e75df541ab5dcde57a7ca27e4d09d513aac"
-source=("${pkgname}::git+${_url}")
+source=("${pkgname}::git+${_url}#commit=${_commit}")
sha256sums=("SKIP")
package(){