summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Revelant2023-11-12 16:14:57 +0100
committerNicola Revelant2023-11-12 16:14:57 +0100
commit14aa4c9af28682e3e0190f173944acef284978a1 (patch)
tree00fa9e197919d398da3480f935a83e9cf0813e7d
parent6632d8feb3b1cdc283dbb2c8acf8d86e10aeed17 (diff)
downloadaur-mpv_inhibit_gnome.tar.gz
Make downloaded ZIP unique
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f0d0b58717..3788b2f0a1a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mpv_inhibit_gnome
pkgdesc = This mpv plugin prevents screen blanking in GNOME while playing media
pkgver = 0.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Guldoman/mpv_inhibit_gnome
arch = x86_64
license = MIT
depends = mpv
depends = dbus
- source = https://github.com/Guldoman/mpv_inhibit_gnome/archive/tags/v0.1.3.zip
+ source = mpv_inhibit_gnome-0.1.3.zip::https://github.com/Guldoman/mpv_inhibit_gnome/archive/tags/v0.1.3.zip
b2sums = de7b142fb36880e2f107dd43375805783aed5b4e62d53dbdd4dea8057f3bd66b681c236c4d63fbccee897ec555cb4e0a19cbe78e918ce5a442a6213afc4b13f7
pkgname = mpv_inhibit_gnome
diff --git a/PKGBUILD b/PKGBUILD
index 3b8630504306..6ca73623bbf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpv_inhibit_gnome
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="This mpv plugin prevents screen blanking in GNOME while playing media"
arch=('x86_64')
url="https://github.com/Guldoman/mpv_inhibit_gnome"
@@ -12,7 +12,7 @@ depends=(
mpv
dbus
)
-source=("$url/archive/tags/v$pkgver.zip")
+source=("$pkgname-$pkgver.zip"::"$url/archive/tags/v$pkgver.zip")
b2sums=('de7b142fb36880e2f107dd43375805783aed5b4e62d53dbdd4dea8057f3bd66b681c236c4d63fbccee897ec555cb4e0a19cbe78e918ce5a442a6213afc4b13f7')
build() {