Skip to content
Snippets Groups Projects
Commit 8e4980e2 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgpkg: 0.8.0-1

parent 0c65f242
No related branches found
Tags 0.7.0-3
No related merge requests found
Pipeline #61334 passed
......@@ -5,7 +5,6 @@ stages:
before_script:
- cp ./pacman.conf /etc/pacman.conf.builder
- pacman -Rdd s6-rc --noconfirm
package:
stage: build
......@@ -20,6 +19,8 @@ package:
- tags
deploy:
variables:
SUB_REPOSITORY_FORCED: "testing"
stage: deploy
dependencies:
- package
......
......@@ -6,8 +6,8 @@ pkgname=wpa_supplicant-66serv
pkgdesc="wpa_supplicant service for 66 service manager"
pkgver=0.7.0
pkgrel=3
pkgver=0.8.0
pkgrel=1
url="https://git.obarun.org/66-service/arch/${service}.git"
......@@ -39,10 +39,10 @@ arch=('x86_64')
pkgdepends=( "wpa_supplicant" )
depends+=(
'66>=0.7.0.0'
'66-tools>=0.1.0.1'
's6-linux-utils=2.6.2.0'
's6-portable-utils=2.3.0.3'
'66>=0.8.0.0'
'66-tools>=0.1.1.0'
's6-linux-utils>=2.6.2.1'
's6-portable-utils>=2.3.0.4'
"${pkgdepends[@]}")
sha512sums=('SKIP')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment