summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Vreeland2019-03-03 12:04:16 -0700
committerJustin Vreeland2019-03-03 12:04:16 -0700
commitbea28c168cc6fb56f6795a11168cc140ef29205d (patch)
treeace755a5804168eca31997416c1dc15a9263e70f
parent2eb78db39f6923027ddf42296e546469f840a519 (diff)
downloadaur-bea28c168cc6fb56f6795a11168cc140ef29205d.tar.gz
Update to versoin 4.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 424e69fdda04..24d7c15bfff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debmake
pkgdesc = Program to make the Debian source package
- pkgver = 4.2.9
+ pkgver = 4.3.1
pkgrel = 1
url = http://packages.debian.org/sid/debmake
arch = any
@@ -14,7 +14,7 @@ pkgbase = debmake
optdepends = strace
optdepends = wget
optdepends = curl
- source = debmake-4.2.9::git+https://anonscm.debian.org/git/collab-maint/debmake.git#tag=debian/4.2.9-1
+ source = debmake-4.3.1::git+https://salsa.debian.org/debian/debmake.git#tag=debian/4.3.1-1
md5sums = SKIP
pkgname = debmake
diff --git a/PKGBUILD b/PKGBUILD
index 4771b0059ad0..74a444a7ad9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Vreeland <vreeland.justin@gmail.com>
pkgname=debmake
-pkgver=4.2.9
+pkgver=4.3.1
pkgrel=1
pkgdesc="Program to make the Debian source package"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('git' 'python')
depends=('devscripts' 'dpkg' 'python' 'rsync')
optdepends=('strace' 'wget' 'curl')
-source=("$pkgname-$pkgver::git+https://anonscm.debian.org/git/collab-maint/debmake.git#tag=debian/$pkgver-$pkgrel")
+source=("$pkgname-$pkgver::git+https://salsa.debian.org/debian/debmake.git#tag=debian/$pkgver-$pkgrel")
md5sums=('SKIP')
package() {