Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gigolo
Commits:
cd46c359 by Robin Candau at 2024-09-13T10:18:05+02:00
upgpkg: 0.5.3-3: Remove useless check()
It does nothing
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gigolo
pkgdesc = Remote filesystem management frontend
pkgver = 0.5.3
- pkgrel = 2
+ pkgrel = 3
url = https://docs.xfce.org/apps/gigolo/start
arch = x86_64
groups = xfce4-goodies
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=gigolo
pkgver=0.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="Remote filesystem management frontend"
arch=('x86_64')
url="https://docs.xfce.org/apps/gigolo/start"
@@ -20,17 +20,11 @@ prepare() {
--prefix=/usr
}
-
build() {
cd $pkgname
make
}
-check() {
- cd $pkgname
- make check
-}
-
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gigolo/-/commit/cd46c359f8e5efd2fd99357c7593f50f3326cc4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gigolo/-/commit/cd46c359f8e5efd2fd99357c7593f50f3326cc4a
You're receiving this email because of your account on gitlab.archlinux.org.