summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2022-05-07 09:24:23 +0300
committerPlaton Pronko2022-05-07 09:24:23 +0300
commit53cfacbd5216d73a5c2babfe1fcce493e565bf45 (patch)
tree663823b89a6e602e817cede40029eed91293e759
parent102b6dc4e043016b3143d5a7db8707f5904a42cb (diff)
downloadaur-53cfacbd5216d73a5c2babfe1fcce493e565bf45.tar.gz
add pkgrel to download filename
Avoids checksum validation failures when rebuilding the package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b743c5e9c959..f7961e09536a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electricsheep
pkgdesc = Screensaver that realize the collective dream of sleeping computers from all over the internet
pkgver = 3.0.2
- pkgrel = 6
+ pkgrel = 7
url = http://community.electricsheep.org/
arch = x86_64
license = GPL
@@ -20,7 +20,7 @@ pkgbase = electricsheep
depends = tinyxml
optdepends = xscreensaver: to use electricsheep with xscreensaver
options = !emptydirs
- source = electricsheep-3.0.2.tar.gz::https://github.com/Rogach/electricsheep/archive/2aee05ceb0b8ec2dfbc6858f7525791c827945f6.tar.gz
+ source = electricsheep-3.0.2-7.tar.gz::https://github.com/Rogach/electricsheep/archive/2aee05ceb0b8ec2dfbc6858f7525791c827945f6.tar.gz
sha256sums = 0ed8accd5b871711c7c8573500b7ccac4f9794ed8784ebc994d0ce472b0b154f
pkgname = electricsheep
diff --git a/PKGBUILD b/PKGBUILD
index b9747f52de5a..f0bc4292f29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electricsheep
pkgver=3.0.2
-pkgrel=6
+pkgrel=7
_gitcommit=2aee05ceb0b8ec2dfbc6858f7525791c827945f6
pkgdesc='Screensaver that realize the collective dream of sleeping computers from all over the internet'
url='http://community.electricsheep.org/'
@@ -13,7 +13,7 @@ depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee
makedepends=('boost' 'mesa' 'glu')
optdepends=('xscreensaver: to use electricsheep with xscreensaver')
options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Rogach/electricsheep/archive/${_gitcommit}.tar.gz)
+source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/Rogach/electricsheep/archive/${_gitcommit}.tar.gz)
sha256sums=('0ed8accd5b871711c7c8573500b7ccac4f9794ed8784ebc994d0ce472b0b154f')
prepare() {