summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7335a55e9264..2852541bce65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = convpot
pkgdesc = Convert potentiostat data to a SQLite database
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ahpohl/convpot
install = convpot.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = convpot
depends = unixodbc
depends = mdbtools
depends = sqlite3
- optdepends = plotpot: for plotting potentiostat data
+ optdepends = python-plotpot: for plotting potentiostat data
source = convpot-1.2.1::git+https://github.com/ahpohl/convpot.git#tag=v1.2.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 309ffcb1bc6c..a7860ca83668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Pohl <alex at ahpohl dot com>
pkgname=convpot
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Convert potentiostat data to a SQLite database"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ groups=()
depends=('unixodbc' 'mdbtools' 'sqlite3')
makedepends=('cmake' 'git')
checkdepends=()
-optdepends=('plotpot: for plotting potentiostat data')
+optdepends=('python-plotpot: for plotting potentiostat data')
provides=()
conflicts=()
replaces=()