makedeb


pacstall 2.0.1-69


Pacstall is the AUR alternative for Ubuntu

Click here to go back to the commit logs for pacstall.

Commit:


Hash: f0c7a5e9ac85787bd6ff3f05342cd8a6c6e899e9

Message: Bump version to 2.0.1-69

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4e60b62..d341637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = pacstall
 pkgbase = pacstall
 pkgdesc = Pacstall is the AUR alternative for Ubuntu
-pkgrel = 3
+pkgrel = 69
 pkgver = 2.0.1
 url = https://pacstall.dev
 arch = x86_64
@@ -16,8 +16,8 @@ makedepends = tree
 optdepends = axel
 provides = pacstall
 provides = pacstall-bin
-source = https://github.com/pacstall/pacstall/archive/refs/tags/.zip
-sha256sums = b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14
+source = https://github.com/pacstall/pacstall/archive/refs/tags/2.0.1.zip
+sha256sums = d02d47135c3555ce3bd0a81397390f099b8be9e409eaccf205bcc8e3810532b0
 makedepends = wget
 makedepends = stow
 makedepends = build-essential
diff --git a/PKGBUILD b/PKGBUILD
index 3452770..c630618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: TwilightBlood <hwengerstickel@pm.me>
 pkgname=pacstall
 pkgver=2.0.1
-pkgrel=3
+pkgrel=69
 pkgdesc="Pacstall is the AUR alternative for Ubuntu"
 arch=('x86_64')
 provides=("pacstall" "pacstall-bin")
@@ -15,11 +15,15 @@ sha256sums=('d02d47135c3555ce3bd0a81397390f099b8be9e409eaccf205bcc8e3810532b0')
 package() {
   cd "$srcdir"
   cd pacstall-"${pkgver}"
-  mkdir -p "${pkgdir}/var/log/pacstall/error_log"
-  install -Dm755 pacstall "${pkgdir}/bin"
-  install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"
-  install -Dm755 misc/completions/bash "${pkgdir}/usr/share/bash-completion/completions"
-  install -Dm755 misc/completions/fish "${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm755 misc/pacstall.8.gz "${pkgdir}/usr/share/man/man8"
+  mv pacstall "${pkgdir}/bin"
+  mkdir -p "${pkgdir}/usr/share/pacstall/scripts/"
+  mkdir -p "${pkgdir}/usr/share/pacstall/repo/"
+  mv misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts/"
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  mv misc/completion/bash "${pkgdir}/usr/share/bash-completion/completions/"
+  mv misc/completion/fish "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  mkdir -p "${pkgdir}/usr/share/man/man8/"
+  mv misc/pacstall.8.gz "${pkgdir}/usr/share/man/man8/"
   echo "https://raw.githubusercontent.com/pacstall/pacstall-programs/master" > "${pkgdir}/usr/share/pacstall/repo/pacstallrepo.txt"
 }