summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorweilinfox2023-09-11 13:00:42 +0800
committerweilinfox2023-09-11 13:00:42 +0800
commit92997942e164b031128375f2a2311ec328d30daa (patch)
tree86d862d89689befed19a9d7ba37693e1e351a1d8
parenta29a036a4186c8265563252f1005abd7016b5740 (diff)
downloadaur-92997942e164b031128375f2a2311ec328d30daa.tar.gz
Add dependency python-debian
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64193aff995d..2712d0b1b008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = debmake
pkgdesc = Program to make the Debian source package
pkgver = 4.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/debmake
arch = any
license = MIT
@@ -11,10 +11,11 @@ pkgbase = debmake
depends = dpkg
depends = python
depends = rsync
+ depends = python-debian
optdepends = strace
optdepends = wget
optdepends = curl
- source = debmake-4.4.0::git+https://salsa.debian.org/debian/debmake.git#tag=debian/4.4.0-1
+ source = debmake-4.4.0::git+https://salsa.debian.org/debian/debmake.git#tag=debian/4.4.0-2
md5sums = SKIP
pkgname = debmake
diff --git a/PKGBUILD b/PKGBUILD
index c6f64fcfaaab..e76b9b08ecd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=debmake
pkgver=4.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Program to make the Debian source package"
arch=('any')
url="http://packages.debian.org/sid/debmake"
license=('MIT')
makedepends=('git' 'python')
-depends=('devscripts' 'dpkg' 'python' 'rsync')
+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")
md5sums=('SKIP')