summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorweilinfox2023-09-11 13:05:00 +0800
committerweilinfox2023-09-11 13:05:00 +0800
commit09cfdcdf88c314da9ecfea3c83304ea61d0dd842 (patch)
treece588f88e800cc3b305cc3486471b8cb44f4c8e2 /PKGBUILD
parent92997942e164b031128375f2a2311ec328d30daa (diff)
downloadaur-debmake.tar.gz
Fix git repo tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {