Browse Source

Force version to always return current and fix dependencies

Nathaniel van Diepen 3 years ago
parent
commit
9e08f50f23
2 changed files with 5 additions and 2 deletions
  1. 2 2
      Archlinux/PKGBUILD
  2. 3 0
      pacman_repo/parsepkgbuild.sh

+ 2 - 2
Archlinux/PKGBUILD

@@ -1,5 +1,5 @@
 pkgname=pacman-repo
-pkgver=r5.ce20cd5
+pkgver=r8.3b97d0b
 pkgver() {
     cd "$srcdir/$pkgname";
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -10,7 +10,7 @@ pkgdesc="A tool for automating the creation and maintenance of pacman repos"
 arch=('any')
 source=("git+https://eeems.codes/Eeems/pacman-repo.git")
 md5sums=('SKIP')
-depends=('python-pyyaml' 'python-blessings' 'python-psutil' 'pyalpm')
+depends=('python-pyaml' 'python-blessings' 'python-psutil' 'pyalpm')
 makedepends=('git' 'nuitka')
 license=('MIT')
 # prepare() {}

+ 3 - 0
pacman_repo/parsepkgbuild.sh

@@ -2,7 +2,10 @@
 if [ "x$1" = "x" ]; then
     exit
 fi
+/usr/bin/makepkg --nobuild --noextract --nodeps &> /dev/null;
+
 export PATH=''
+
 exec /bin/bash --noprofile --norc -r << EOF
 
 source $1