summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2020-07-21 15:28:27 -0300
committerVictor2020-07-21 15:28:27 -0300
commit73b1f4521b4c39cf9304b1020cb51959f788979c (patch)
tree5eba7ec49123b2e2c61ee97f239beb9a6e036869
parent8b6b33a26f09c63214419d2c4ce9de798d8997fe (diff)
downloadaur-73b1f4521b4c39cf9304b1020cb51959f788979c.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3c6aa9de48..ced2021b473a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thrust
pkgdesc = A C++ parallel programming library which resembles the C++ Standard Library
pkgver = 1.9.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/thrust/thrust
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 605c0bf849e5..38fff992872b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=thrust
pkgver=1.9.10
-pkgrel=1
+pkgrel=2
pkgdesc='A C++ parallel programming library which resembles the C++ Standard Library'
arch=('any')
url="https://github.com/thrust/$pkgname"