Skip to content

Commit 8c2485b

Browse files
committed
[update] : Updated version.
1 parent 703b88f commit 8c2485b

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.SRCINFO

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
pkgbase = aptpac
22
pkgdesc = a pacman wrapper with syntax from debian's apt
3-
pkgver = 2.0.0
4-
pkgrel = 2
5-
url = https://github.com/Hayao0819/aptpac
6-
arch = i686
7-
arch = x86_64
3+
pkgver = 2.1.0
4+
pkgrel = 1
5+
url = https://github.com/FascodeNet/aptpac
6+
arch = any
87
license = WTFPL
98
makedepends = git
109
depends = sudo
1110
conflicts = apt
1211
conflicts = apt-git
1312
conflicts = aptpac-git
14-
source = https://github.com/Hayao0819/aptpac/archive/v2.0.0.zip
13+
source = https://github.com/FascodeNet/aptpac/archive/v2.1.0.zip
1514
md5sums = SKIP
1615

1716
pkgname = aptpac

PKGBUILD

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

44
pkgname=aptpac
5-
pkgver=2.0.0
6-
pkgrel=2
5+
pkgver=2.1.0
6+
pkgrel=1
77
pkgdesc="a pacman wrapper with syntax from debian's apt"
8-
arch=('i686' 'x86_64')
9-
url="https://github.com/Hayao0819/aptpac"
8+
arch=('any')
9+
url="https://github.com/FascodeNet/aptpac"
1010
license=('WTFPL')
1111
depends=('sudo')
1212
makedepends=('git')

aptpac-git/PKGBUILD

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

44
pkgname=aptpac-git
5-
pkgver=2.0.0
5+
pkgver=2.1.0
66
pkgrel=2
77
pkgdesc="a pacman wrapper with syntax from debian's apt"
88
arch=('i686' 'x86_64')
9-
url="https://github.com/Hayao0819/aptpac"
9+
url="https://github.com/FascodeNet/aptpac"
1010
license=('WTFPL')
1111
depends=('sudo')
1212
makedepends=('git')
13-
source=('git://github.com/Hayao0819/aptpac.git')
13+
source=('git://github.com/FascodeNet/aptpac.git')
1414
md5sums=('SKIP')
1515
_gitname='aptpac'
1616
conflicts=('apt' 'apt-git' 'aptpac')

0 commit comments

Comments
 (0)