summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-05-04 20:03:11 +0900
committerhayao2020-05-04 20:03:11 +0900
commit350db6eeef2a14bf2a0aa73f6b926920df98050b (patch)
tree9f676aaffb2da9f145272b4c263b96e9ad744af1
parent2fac30cba08b53208a2a0999e1ec633bba98aeb5 (diff)
downloadaur-350db6eeef2a14bf2a0aa73f6b926920df98050b.tar.gz
[update] : Updated v2.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b5703d684b..53f0f2598b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = aptpac
pkgdesc = a pacman wrapper with syntax from debian's apt
- pkgver = 2.0.0
- pkgrel = 2
- url = https://github.com/SereneTeam/aptpac
- arch = i686
- arch = x86_64
+ pkgver = 2.1.0
+ pkgrel = 1
+ url = https://github.com/FascodeNet/aptpac
+ arch = any
license = WTFPL
makedepends = git
depends = sudo
conflicts = apt
conflicts = apt-git
conflicts = aptpac-git
- source = https://github.com/SereneTeam/aptpac/archive/v2.0.0.zip
+ source = https://github.com/FascodeNet/aptpac/archive/v2.1.0.zip
md5sums = SKIP
pkgname = aptpac
diff --git a/PKGBUILD b/PKGBUILD
index 38929edee73f..01badae4599a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Abraham Levine <echo iue@trnspljc.890 | tr ietursnpl890jc acprlsurecomed>
pkgname=aptpac
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="a pacman wrapper with syntax from debian's apt"
-arch=('i686' 'x86_64')
-url="https://github.com/SereneTeam/aptpac"
+arch=('any')
+url="https://github.com/FascodeNet/aptpac"
license=('WTFPL')
depends=('sudo')
makedepends=('git')