Skip to content

Commit 8b674be

Browse files
committed
[fix] : Fixed version name
1 parent 1b9253e commit 8b674be

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = aptpac
22
pkgdesc = a pacman wrapper with syntax from debian's apt
3-
pkgver = 3.1.0
3+
pkgver = 3.2.1
44
pkgrel = 1
55
url = https://github.com/FascodeNet/aptpac
66
arch = any
@@ -10,7 +10,7 @@ pkgbase = aptpac
1010
conflicts = apt
1111
conflicts = apt-git
1212
conflicts = aptpac-git
13-
source = https://github.com/FascodeNet/aptpac/archive/v3.1.0.zip
13+
source = https://github.com/FascodeNet/aptpac/archive/v3.2.1.zip
1414
md5sums = SKIP
1515

1616
pkgname = aptpac

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Maintaoner: Yamada Hayao <[email protected]>
22
# Maintainer: Abraham Levine <echo [email protected] | tr ietursnpl890jc acprlsurecomed>
33

4-
pkgname=aptpac
5-
pkgver=3.1.0
6-
pkgrel=1
4+
pkgname="aptpac"
5+
pkgver="3.2.1"
6+
pkgrel="1"
77
pkgdesc="a pacman wrapper with syntax from debian's apt"
88
arch=('any')
99
url="https://github.com/FascodeNet/aptpac"

aptpac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AURHELPER=
2121

2222

2323
set -e
24-
APTPAC_VERSION="3.1.0"
24+
APTPAC_VERSION="3.2.1"
2525
PACMAN_OPTIONS=
2626
HELPERS=(
2727
"/usr/bin/yay"

0 commit comments

Comments
 (0)