Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
engrampa
Commits:
fb3e7fed by Robin Candau at 2024-09-08T19:51:39+02:00
upgpkg: 1.28.2-2: Remove check()
Checks are only about code linting, which isn't interesting for us
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = engrampa
pkgdesc = A file archiver for MATE
pkgver = 1.28.2
- pkgrel = 1
+ pkgrel = 2
url = https://mate-desktop.org
arch = x86_64
groups = mate-extra
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=engrampa
pkgver=1.28.2
-pkgrel=1
+pkgrel=2
pkgdesc="A file archiver for MATE"
url="https://mate-desktop.org"
arch=('x86_64')
@@ -44,11 +44,6 @@ build() {
make
}
-check() {
- cd "${pkgname}"
- make check
-}
-
package() {
cd "${pkgname}"
make DESTDIR="${pkgdir}" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/engrampa/-/commit/fb3e7fed8bd549ea8c64d9fe50e277a0e1167734
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/engrampa/-/commit/fb3e7fed8bd549ea8c64d9fe50e277a0e1167734
You're receiving this email because of your account on gitlab.archlinux.org.