Skip to content

Commit 1d984b0

Browse files
committed
Deployed ba5d779 with MkDocs version: 1.6.1
1 parent 1e15675 commit 1d984b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makepkg/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ <h4 id="21-build-packages">2.1. Build Packages</h4>
593593
<p>In the <strong>source=</strong> part, put:</p>
594594
<div class="highlight"><pre><span></span><code> source=(&quot;$pkgname-$pkgver.tar.gz&quot;)
595595
</code></pre></div>
596-
<p>You need to do this and also <strong>create the tarball</strong> on the initial package build. If pointed at the repository server, it will give an error because theres nothing there&hellip;</p>
596+
<p>You need to do this and also <strong>create the tarball</strong> on the initial package build. If pointed at the repository server, it will give an error because theres nothing there&hellip; Later add source=(&ldquo;$pkgname-$pkgver.tar.gz::https://github.com/[USERNAME]/[REPOSITORY]/releases/download/v$pkgver/txted-$pkgver.tar.gz&rdquo;)</p>
597597
<p>Create the package tarball:</p>
598598
<div class="highlight"><pre><span></span><code> tar -czvf MyPkg-1.0.0.tar.gz MyPkg
599599
</code></pre></div>

0 commit comments

Comments
 (0)