summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2018-05-29 14:53:52 +0200
committerArthur Vuillard2018-05-29 14:53:52 +0200
commit65cec5cf5473efe00b459654a224145dc2c7f689 (patch)
tree0f02dae114943acf5081b7f19e8cbdd0de93d415
parentc8c65d8695b4dd89c4d28f7f4421751e8b159379 (diff)
downloadaur-65cec5cf5473efe00b459654a224145dc2c7f689.tar.gz
release 0.1.0
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD17
2 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20898b3c1d6f..17957160b827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,10 @@
-pkgbase = watchghost-git
+# Generated by mksrcinfo v8
+# Tue May 29 10:12:53 UTC 2018
+pkgbase = watchghost
pkgdesc = Your invisible but loud monitoring pet
- pkgver = 0.1.0.git_99.0005a9e
+ pkgver = 0.1.0
pkgrel = 1
+ epoch = 1
url = https://gitlab.com/localg-host/watchghost/
install = watchghost.install
arch = any
@@ -9,8 +12,14 @@ pkgbase = watchghost-git
makedepends = python-setuptools
depends = python-tornado
depends = python-aioftp
- source = git+https://gitlab.com/localg-host/watchghost.git
- sha256sums = SKIP
+ depends = python-asyncssh
+ conflicts = watchghost-git
+ backup = etc/watchghost/watchers
+ backup = etc/watchghost/loggers
+ backup = etc/watchghost/servers
+ backup = etc/watchghost/groups
+ source = https://gitlab.com/localg-host/watchghost/-/archive/0.1.0/watchghost-0.1.0.tar.gz
+ sha256sums = 3cd3de253a47f0bfc4225bd806156dd1d364aeae983153aca28391b2a8a39214
-pkgname = watchghost-git
+pkgname = watchghost
diff --git a/PKGBUILD b/PKGBUILD
index caacfd42f09d..7f0a72fdcf4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Arthur Vuillard <arthur@hashbang.fr>
name=watchghost
-pkgname=$name-git
-pkgver=0.1.0.git_121.32a7631
-pkgrel=2
+pkgname=$name
+pkgver=0.1.0
+pkgrel=1
epoch=1
pkgdesc="Your invisible but loud monitoring pet"
arch=('any')
@@ -11,8 +11,9 @@ url='https://gitlab.com/localg-host/watchghost/'
license=('AGPLv3')
depends=('python-tornado' 'python-aioftp' 'python-asyncssh')
makedepends=('python-setuptools')
-source=('git+https://gitlab.com/localg-host/watchghost.git')
-sha256sums=('SKIP')
+source=("https://gitlab.com/localg-host/watchghost/-/archive/${pkgver}/watchghost-${pkgver}.tar.gz")
+sha256sums=('3cd3de253a47f0bfc4225bd806156dd1d364aeae983153aca28391b2a8a39214')
+conflicts=('watchghost-git')
install=watchghost.install
backup=(
'etc/watchghost/watchers'
@@ -21,12 +22,6 @@ backup=(
'etc/watchghost/groups'
)
-pkgver(){
- cd $srcdir/$name
-
- echo 0.1.0.git_$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
-}
-
package() {
cd "$srcdir/$name"
python3 setup.py build