summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeferin2023-09-24 14:10:42 +0000
committerNeferin2023-09-24 14:10:42 +0000
commite8a961da016f1698fc37caa99e5243bd7606fd23 (patch)
treee50bea108a701677524ede47abdc525334f20882
parentf5a2aadd6262371325aae3283294271155bf3460 (diff)
downloadaur-e8a961da016f1698fc37caa99e5243bd7606fd23.tar.gz
Update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f885b3a08b6f..a6df02583444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libpoly-git
pkgdesc = C library for manipulating polynomials
- pkgver = 0.1.7.r217.g3b0381f
- pkgrel = 2
+ pkgver = 0.1.13.r1.g1119aa4
+ pkgrel = 1
url = https://github.com/SRI-CSL/libpoly
arch = x86_64
license = LGPL
@@ -11,7 +11,7 @@ pkgbase = libpoly-git
makedepends = git
depends = gmp
depends = gcc-libs
- provides = libpoly=0.1.7.r217.g3b0381f
+ provides = libpoly=0.1.13.r1.g1119aa4
conflicts = libpoly
source = git+https://github.com/SRI-CSL/libpoly.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 45214c808cfe..63c9abc7dcac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=libpoly
pkgname=$_pkgname-git
-pkgver=0.1.7.r217.g3b0381f
-pkgrel=2
+pkgver=0.1.13.r1.g1119aa4
+pkgrel=1
pkgdesc='C library for manipulating polynomials'
arch=('x86_64')
url="https://github.com/SRI-CSL/$_pkgname"
@@ -18,7 +18,7 @@ conflicts=('libpoly')
pkgver() {
cd "$_pkgname"
- git describe --long | sed 's/v//' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/v//' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {