Skip to content

Commit 3681139

Browse files
committed
[update] : Updated version to 3.1.0
1 parent 97bab93 commit 3681139

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0.1
3+
pkgver = 3.1.0
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.0.1.zip
13+
source = https://github.com/FascodeNet/aptpac/archive/v3.1.0.zip
1414
md5sums = SKIP
1515

1616
pkgname = aptpac

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: Abraham Levine <echo [email protected] | tr ietursnpl890jc acprlsurecomed>
33

44
pkgname=aptpac
5-
pkgver=3.0.1
5+
pkgver=3.1.0
66
pkgrel=1
77
pkgdesc="a pacman wrapper with syntax from debian's apt"
88
arch=('any')

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.0.1"
24+
APTPAC_VERSION="3.1.0"
2525
PACMAN_OPTIONS=
2626
HELPERS=(
2727
"/usr/bin/yay"

0 commit comments

Comments
 (0)