summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Mosyagin2024-04-25 06:29:23 +0200
committerIgor Mosyagin2024-04-25 06:29:23 +0200
commit08c8fa14f0be5827e12bf36a4834a374df0eafa1 (patch)
tree6f532eaf5b5ffbfe7ca7909587444680348f4a89
parent1c059db3abb32f3c1146153c21050fa1e1db5052 (diff)
downloadaur-08c8fa14f0be5827e12bf36a4834a374df0eafa1.tar.gz
Fix source path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b518833cc683..6e6f7e9cdf19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = polytope-cli-bin
license = Unknown
options = !strip
options = !debug
- source = https://polytope.com/releases/polytope-cli-$pkgver-linux-amd64.gz
+ source = pt-0.1.27-linux-amd64.gz::https://polytope.com/releases/polytope-cli-0.1.27-linux-amd64.gz
sha256sums = 3df71ea60b5ffd28bae516b6c6eb25c5ee682d4a1119fa53171b55d5bc94f5cf
pkgname = polytope-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd7c9745a03b..090feafa5ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/polytopelabs/homebrew-tap"
license=('Unknown')
depends=()
options=('!strip' '!debug')
-source=('https://polytope.com/releases/polytope-cli-$pkgver-linux-amd64.gz')
+source=("pt-$pkgver-linux-amd64.gz::https://polytope.com/releases/polytope-cli-$pkgver-linux-amd64.gz")
sha256sums=('3df71ea60b5ffd28bae516b6c6eb25c5ee682d4a1119fa53171b55d5bc94f5cf')
package() {