Date: Sunday, January 16, 2022 @ 14:52:07
  Author: pierre
Revision: 434541

upgpkg: pkgstats 3.2.0-1

Modified:
  pkgstats/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-16 14:03:56 UTC (rev 434540)
+++ PKGBUILD    2022-01-16 14:52:07 UTC (rev 434541)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz <[email protected]>
 
 pkgname=pkgstats
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
 url='https://pkgstats.archlinux.de/'
@@ -8,7 +8,7 @@
 arch=('x86_64')
 license=('GPL')
 depends=('pacman' 'systemd')
-makedepends=('git' 'go' 'make' 'gcc')
+makedepends=('git' 'go' 'just' 'gcc')
 options=('!lto')
 
source=("${pkgname}::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=${pkgver}";)
 sha1sums=('SKIP')
@@ -17,17 +17,17 @@
 check() {
        cd "${srcdir}/${pkgname}"
 
-       make test
+       just test
 }
 
 build() {
        cd "${srcdir}/${pkgname}"
 
-       make
+       just build
 }
 
 package() {
        cd "${srcdir}/${pkgname}"
 
-       make DESTDIR="${pkgdir}" install
+       just install "${pkgdir}"
 }

Reply via email to