summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-08 21:02:36 +0800
committerChocobo12019-05-08 21:02:36 +0800
commit92c0887f2050bd962075890158577ab62b4a02e7 (patch)
treec6dd27aac2cdf4485369bde1c8cf36c3952c49c9
parent596b107869b823c210c18e7bc265e6d22e49acce (diff)
downloadaur-92c0887f2050bd962075890158577ab62b4a02e7.tar.gz
upgpkg: libtorrent-rasterbar-1_1-git 1.1.13.r0.g6f1250c65-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 567d6c7a69d9..30368b3c368a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtorrent-rasterbar-1_1-git
pkgdesc = A feature complete C++ bittorrent library (git branch RC_1_1)
- pkgver = 1.1.12.r9.g533364a99
+ pkgver = 1.1.13.r0.g6f1250c65
pkgrel = 1
url = https://www.libtorrent.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ccc67c83e8d3..cace2f07de71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtorrent-rasterbar-1_1-git
-pkgver=1.1.12.r9.g533364a99
+pkgver=1.1.13.r0.g6f1250c65
pkgrel=1
pkgdesc="A feature complete C++ bittorrent library (git branch RC_1_1)"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd "libtorrent"
- git describe --long --tags | sed 's/^[A-Za-z]*[\-_]//;s/\([^-]*-g\)/r\1/;s/[_-]/./g'
+ git describe --long --tags | sed 's/^[A-Za-z]*[-_]//;s/\([^-]*-g\)/r\1/;s/[_-]/./g'
}
build() {