summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mehren2018-06-26 17:33:02 +0200
committerDavid Mehren2018-06-26 17:33:02 +0200
commita61e3095069dfc0444b9fb038d2871e40eb3b958 (patch)
treea2d4d84f5ffc760e7a183146ce369594e3e57cba
parent75a24707f2e48718cc0c38a17f738b730bb6518a (diff)
downloadaur-a61e3095069dfc0444b9fb038d2871e40eb3b958.tar.gz
temporarily change sdaps-class repo to my fork
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b80dba287975..56b7d896e25e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sdaps-git
pkgdesc = Scripts for data acquisition with paper based surveys
- pkgver = r980.cd1d872
+ pkgver = r982.bea1fab
pkgrel = 1
url = https://github.com/sdaps/sdaps
arch = any
@@ -29,7 +29,7 @@ pkgbase = sdaps-git
optdepends = python-numpy: Import of other image formats (convert, add --convert)
optdepends = python-gobject: Import of other image formats (convert, add --convert)
source = git+https://github.com/sdaps/sdaps.git
- source = git+https://github.com/sdaps/sdaps-class.git
+ source = git+https://github.com/davidmehren/sdaps-class.git
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d2e7e62bdf2c..e7388db3197d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Mehren <david.mehren@udo.edu>
pkgname=sdaps-git
-pkgver=r980.cd1d872
-pkgrel=1
+pkgver=r982.bea1fab
+pkgrel=2
pkgdesc="Scripts for data acquisition with paper based surveys"
arch=('any')
url="https://github.com/sdaps/sdaps"
@@ -24,7 +24,7 @@ checkdepends=('opencv'
'texlive-science'
)
source=('git+https://github.com/sdaps/sdaps.git'
- 'git+https://github.com/sdaps/sdaps-class.git')
+ 'git+https://github.com/davidmehren/sdaps-class.git')
md5sums=('SKIP'
'SKIP')