Skip to content

Commit 3e0a1b7

Browse files
committed
portable-packer: conflict portable releases prior to 14.99
1 parent cbda2b9 commit 3e0a1b7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

archlinuxcn/portable-packer-git/PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ backup=()
1414
source=("source::git+https://github.com/Kimiblock/portable-packer.git")
1515
sha256sums=('SKIP')
1616

17+
conflicts+=("portable<14.99")
18+
1719
function prepare() {
1820
cd source
1921
}

archlinuxcn/portable-packer/PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ backup=()
1414
source=("source::git+https://github.com/Kimiblock/portable-packer.git#tag=${pkgver}")
1515
sha256sums=('f4b7b4a8e5d5206f42c8ce2e3a266ff66675609151d137936321fdd6790f8f0d')
1616

17+
conflicts+=("portable<14.99")
18+
1719
function prepare() {
1820
cd source
1921
}

0 commit comments

Comments
 (0)