makedeb


zellij-bin 0.40.1-3


A terminal workspace with batteries included

Click here to go back to the commit logs for zellij-bin.

Commit:


Hash: bfa963a7e95953048cc3cce6fde1f70259ccd6a8

Message: minor edits

Diff


diff --git a/.SRCINFO b/.SRCINFO
index aa7e289..01ecec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,15 @@ generated-by = makedeb
 pkgname = zellij-bin
 pkgbase = zellij-bin
 pkgdesc = A terminal workspace with batteries included
-pkgrel = 2
+pkgrel = 3
 pkgver = 0.40.1
 url = https://zellij.dev
 arch = amd64
 arch = aarch64
+conflicts = zellij
 license = MIT
 provides = zellij
-source_aarch64 = zellij_0.40.1.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-aarch64-unknown-linux-musl.tar.gz
-source_amd64 = zellij_0.40.1.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-x86_64-unknown-linux-musl.tar.gz
+source_aarch64 = zellij-0.40.1-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-aarch64-unknown-linux-musl.tar.gz
+source_amd64 = zellij-0.40.1-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-x86_64-unknown-linux-musl.tar.gz
 sha256sums_aarch64 = 0df0d66b4990310828c87097f0a89819184aee1f09ba51f4ec5963fae51fcd31
 sha256sums_amd64 = a9fd3ef2d9bb2fd829e0ce024e9b0d718b8b5140de6194484cc1110ed324370f
diff --git a/PKGBUILD b/PKGBUILD
index d439c03..99ab252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
 pkgname=zellij-bin
 pkgver=0.40.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A terminal workspace with batteries included"
 arch=('amd64' 'aarch64')
 url="https://zellij.dev"
 license=('MIT')
-depends=()
-provides=(zellij)
-extensions=('zipman')
-source_amd64=("zellij_${pkgver}.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-x86_64-unknown-linux-musl.tar.gz")
-source_aarch64=("zellij_${pkgver}.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-aarch64-unknown-linux-musl.tar.gz")
+# depends=()
+provides=('zellij')
+conflicts=('zellij')
+source_amd64=("zellij-${pkgver}-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-x86_64-unknown-linux-musl.tar.gz")
+source_aarch64=("zellij-${pkgver}-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-aarch64-unknown-linux-musl.tar.gz")
 sha256sums_amd64=('a9fd3ef2d9bb2fd829e0ce024e9b0d718b8b5140de6194484cc1110ed324370f')
 sha256sums_aarch64=('0df0d66b4990310828c87097f0a89819184aee1f09ba51f4ec5963fae51fcd31')
 
 package() {
-	install -D zellij "$pkgdir/usr/bin/zellij"
+	install -Dm755 "zellij" "${pkgdir}/usr/bin/zellij"
 }