summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2024-01-19 23:09:38 +0300
committerArtem Vorotnikov2024-01-19 23:09:38 +0300
commitcd642a935a9a339d98cbf84ed87cc444bc0a0f3d (patch)
tree02d92bd61c5ff8ea6eac4daf63d9490084f3db18
parent7ba2973e5ac8ebec56c7b088de8a1fc0f598c05b (diff)
downloadaur-cd642a935a9a339d98cbf84ed87cc444bc0a0f3d.tar.gz
Fix
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4e60665607..f5f8fc21a881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = po4a-bulk-git
pkgdesc = Automation wrappers for po4a
- pkgver = LATEST
- pkgrel = 2
+ pkgver = r1.dd13075
+ pkgrel = 1
url = https://github.com/vorot93/po4a-bulk
arch = i686
arch = x86_64
license = GPL-3.0-only
+ makedepends = git
depends = po4a
provides = po4a-bulk
source = git+https://github.com/vorot93/po4a-bulk.git
diff --git a/PKGBUILD b/PKGBUILD
index c676389e10b8..5001c5e7dc83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
_pkgname=po4a-bulk
-
pkgname=$_pkgname-git
pkgver=r1.dd13075
pkgrel=1
@@ -9,6 +8,7 @@ pkgdesc="Automation wrappers for po4a"
arch=('i686' 'x86_64')
url="https://github.com/vorot93/po4a-bulk"
license=('GPL-3.0-only')
+makedepends=('git')
depends=('po4a')
provides=("$_pkgname")
source=("git+https://github.com/vorot93/$_pkgname.git")