summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2022-03-16 23:28:19 +1100
committerLuis Aranguren2022-03-16 23:28:19 +1100
commit6a91857f33f47fb6bd04f194aedf8309b1ec4768 (patch)
treea8ccd81c34c4dc7ed7eed5b47e46c8608aaa50bb
parent4923b3028ab0d4a719b9396a665565779dc22d9a (diff)
downloadaur-6a91857f33f47fb6bd04f194aedf8309b1ec4768.tar.gz
0.3.55.r330.357fdbd, fixed git:// deprecation
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897e92ab97c3..d8c6ed9c38c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyzm-git
pkgdesc = ZoneMinder Python API and Logger
- pkgver = 0.2.9.r161.161ebae
+ pkgver = 0.3.55.r330.357fdbd
pkgrel = 1
url = https://github.com/pliablepixels/pyzm
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-pyzm-git
makedepends = python-nose
makedepends = git
options = !emptydirs
- source = git://github.com/pliablepixels/pyzm.git
+ source = git+https://github.com/pliablepixels/pyzm.git
sha256sums = SKIP
pkgname = python-pyzm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d5b0ccfd847..b34e8f967341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyzm-git
_name=pyzm
-pkgver=0.2.9.r161.161ebae
+pkgver=0.3.55.r330.357fdbd
pkgrel=1
pkgdesc="ZoneMinder Python API and Logger"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-nose' 'git')
url="https://github.com/pliablepixels/pyzm"
license=('GPL2')
options=('!emptydirs')
-source=(git://github.com/pliablepixels/pyzm.git)
+source=(git+https://github.com/pliablepixels/pyzm.git)
sha256sums=('SKIP')
pkgver() {