Skip to content

Commit 718a815

Browse files
committed
[update] : Verison 3.0.1
1 parent 729b1ab commit 718a815

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

1616
pkgname = aptpac

PKGBUILD

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

44
pkgname=aptpac
5-
pkgver=3.0.0
6-
pkgrel=2
5+
pkgver=3.0.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
@@ -14,7 +14,7 @@
1414
# License: Do What The Fuck You Want To Public License
1515
# maintained by Yamada Hayao
1616

17-
APTPAC_VERSION="3.0.0"
17+
APTPAC_VERSION="3.0.1"
1818

1919
set -e
2020

0 commit comments

Comments
 (0)