summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2712d0b1b008..084aa44306f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = debmake
pkgdesc = Program to make the Debian source package
pkgver = 4.4.0
- pkgrel = 2
+ pkgrel = 3
url = http://packages.debian.org/sid/debmake
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = debmake
optdepends = strace
optdepends = wget
optdepends = curl
- source = debmake-4.4.0::git+https://salsa.debian.org/debian/debmake.git#tag=debian/4.4.0-2
+ source = debmake-4.4.0::git+https://salsa.debian.org/debian/debmake.git#tag=debian/4.4.0-1
md5sums = SKIP
pkgname = debmake
diff --git a/PKGBUILD b/PKGBUILD
index e76b9b08ecd6..8c9552a3e780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=debmake
pkgver=4.4.0
-pkgrel=2
+pkgrel=3
+_pkgrel=1
pkgdesc="Program to make the Debian source package"
arch=('any')
url="http://packages.debian.org/sid/debmake"
@@ -11,7 +12,7 @@ license=('MIT')
makedepends=('git' 'python')
depends=('devscripts' 'dpkg' 'python' 'rsync' 'python-debian')
optdepends=('strace' 'wget' 'curl')
-source=("$pkgname-$pkgver::git+https://salsa.debian.org/debian/debmake.git#tag=debian/$pkgver-$pkgrel")
+source=("$pkgname-$pkgver::git+https://salsa.debian.org/debian/debmake.git#tag=debian/$pkgver-$_pkgrel")
md5sums=('SKIP')
package() {