diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index ed20a2e..49ededf 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: mollusk # -# Local versioned package, built from the local git repo on `main`. +# Versioned package, built from the public gitbutter repo on `main`. # For a tagged release, switch the source fragment to `#tag=v0.1.0`. pkgname=pixelpass @@ -8,7 +8,7 @@ pkgver=0.1.0 pkgrel=1 pkgdesc='P2P screen sharing over iroh — no port forwarding, no signup' arch=('x86_64') -url='file:///home/mollusk/git/butter/pixelpass' +url='https://gitbutter.xyz/mollusk/pixelpass' license=('MIT' 'Apache-2.0' 'OFL-1.1') depends=( 'gstreamer' # gst-launch-1.0 / gst-inspect-1.0 @@ -33,7 +33,7 @@ optdepends=( makedepends=('cargo' 'git') options=('!lto') _branch='main' -source=("$pkgname::git+file:///home/mollusk/git/butter/pixelpass#branch=$_branch") +source=("$pkgname::git+https://gitbutter.xyz/mollusk/pixelpass.git#branch=$_branch") sha256sums=('SKIP') prepare() {