summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-12 16:23:02 +0100
committerFelix Golatofski2020-01-12 16:23:02 +0100
commit5d1c3c069106fd94f4d04abc385990290fc09ce8 (patch)
tree0eda78b68eec81c76af834e4b6ae960911fa1fdd
parent90989b3f713deb96a4961c890c9e47e967c43028 (diff)
downloadaur-5d1c3c069106fd94f4d04abc385990290fc09ce8.tar.gz
Updated to 1.9.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 445855a21359..1aa6284aebb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Dec 1 21:13:14 UTC 2018
pkgbase = apt
pkgdesc = Command-line package manager used on Debian-based systems
- pkgver = 1.7.0
+ pkgver = 1.9.5
pkgrel = 1
- url = http://packages.debian.org
+ url = https://packages.debian.org
arch = i686
arch = x86_64
license = GPL2
@@ -16,6 +14,7 @@ pkgbase = apt
makedepends = po4a
makedepends = gtest
makedepends = w3m
+ makedepends = triehash
depends = gnupg
depends = curl
depends = xz
@@ -25,7 +24,7 @@ pkgbase = apt
provides = apt-utils
conflicts = apt-git
replaces = apt-git
- source = git+https://salsa.debian.org/apt-team/apt.git#tag=1.7.0
+ source = git+https://salsa.debian.org/apt-team/apt.git#tag=1.9.5
sha256sums = SKIP
pkgname = apt
diff --git a/PKGBUILD b/PKGBUILD
index 025908a7e920..e50476ed3d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Tony Lambiris <tony@critialstack.com>
pkgname=apt
-pkgver=1.7.0
+pkgver=1.9.5
pkgrel=1
pkgdesc="Command-line package manager used on Debian-based systems"
arch=('i686' 'x86_64')
-url="http://packages.debian.org"
+url="https://packages.debian.org"
license=('GPL2')
depends=('gnupg' 'curl' 'xz')
-makedepends=('cmake' 'dpkg' 'docbook-xsl' 'doxygen' 'git' 'po4a' 'gtest' 'w3m')
+makedepends=('cmake' 'dpkg' 'docbook-xsl' 'doxygen' 'git' 'po4a' 'gtest' 'w3m' 'triehash')
checkdepends=()
optdepends=()
provides=('libapt-inst' 'libapt-pkg' 'libapt-pkg-dev' "apt-utils")