summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeGuzis2018-05-17 22:43:57 -0400
committerMichael DeGuzis2018-05-17 22:43:57 -0400
commit477e00e076c3bd9c791b29a29966b743702dafc0 (patch)
treeee4d6c0db6234fdcc1a5ac684297457507ed9a1c
parentf7a9a88c04de0d3d7535c22635c8c0dc5353a18c (diff)
downloadaur-477e00e076c3bd9c791b29a29966b743702dafc0.tar.gz
update pkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8e3f429f6f..99069ec0a466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 14:19:50 UTC 2018
+# Fri May 18 02:43:57 UTC 2018
pkgbase = apt
pkgdesc = Command-line package manager used on Debian-based systems
- pkgver = 1.5.1
+ pkgver = 1.6.1
pkgrel = 1
url = http://packages.debian.org
arch = i686
@@ -25,7 +25,7 @@ pkgbase = apt
provides = apt-utils
conflicts = apt-git
replaces = apt-git
- source = git+https://anonscm.debian.org/git/apt/apt.git#tag=1.5.1
+ source = git+https://salsa.debian.org/apt-team/apt.git#tag=1.6.1
sha256sums = SKIP
pkgname = apt
diff --git a/PKGBUILD b/PKGBUILD
index 7c7c5011c030..29db13f040ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Tony Lambiris <tony@critialstack.com>
pkgname=apt
-pkgver=1.5.1
+pkgver=1.6.1
pkgrel=1
pkgdesc="Command-line package manager used on Debian-based systems"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ backup=()
options=()
install=
changelog=
-source=("git+https://anonscm.debian.org/git/apt/apt.git#tag=${pkgver}")
+source=("git+https://salsa.debian.org/apt-team/apt.git#tag=${pkgver}")
sha256sums=('SKIP')
build() {