summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Velykoivanenko2018-04-30 14:43:30 +0200
committerLev Velykoivanenko2018-04-30 14:43:30 +0200
commit49be2652e1a552a89669225acf5f3922f4077f60 (patch)
tree66ce6ee4f19d59b8d753c3b5e2c8271fc5affca2 /PKGBUILD
parent5a9568d812f688fd8e4b42f25f45daa757176288 (diff)
downloadaur-49be2652e1a552a89669225acf5f3922f4077f60.tar.gz
Fix .SRCINFO pkgrel not being correct for pkgver=19.10-2
Increment pkgrel=3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80de7c47b5c0..e9ea54fb6f5b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=('python-dlib-cuda' 'python2-dlib-cuda')
_pkgname='dlib'
pkgver=19.10
-pkgrel=2
+pkgrel=3
pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques."
arch=('x86_64')
url="http://www.dlib.net/"