summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-02-24 09:12:29 -0700
committerMark Wagie2022-02-24 09:12:29 -0700
commit8046cc0b27d42ef9fd3a2000fd2b49114e9111aa (patch)
treef39a464135f50cf2decd05e0d937c1461be8c61f
parentb81bad8ad6b78d63503c34e175ddb66b015ff5e7 (diff)
downloadaur-8046cc0b27d42ef9fd3a2000fd2b49114e9111aa.tar.gz
0.0.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 526989dcbb76..cac98727cf71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.10
+ pkgver = 0.0.11
pkgrel = 1
- url = https://github.com/jelmer/ognibuild
+ url = https://jelmer.uk/code/ognibuild
arch = any
license = GPL2
depends = breezy
@@ -10,10 +10,10 @@ pkgbase = ognibuild
depends = python-requirements-parser
depends = python-setuptools
depends = python-toml
- source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.10.tar.gz
- source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.10.tar.gz.asc
+ source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.11.tar.gz
+ source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.11.tar.gz.asc
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- sha256sums = 7e0c6e5a909d313139d09bf8176f8bf19883cb84799949708bc6d16bf58c33e4
+ sha256sums = ab9f61d3fe40f264c57d6c6b6fb9d398be98a8638d6775cec9ae300d727c698c
sha256sums = SKIP
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 6a1a679edebc..a2a9ea4d90b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.10
+pkgver=0.0.11
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
-url="https://github.com/jelmer/ognibuild"
+url="https://jelmer.uk/code/ognibuild"
+#url="https://github.com/jelmer/ognibuild"
license=('GPL2')
depends=('breezy' 'python-buildlog-consultant' 'python-requirements-parser'
'python-setuptools' 'python-toml')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('7e0c6e5a909d313139d09bf8176f8bf19883cb84799949708bc6d16bf58c33e4'
+sha256sums=('ab9f61d3fe40f264c57d6c6b6fb9d398be98a8638d6775cec9ae300d727c698c'
'SKIP')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk>