summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrayz Jomba2021-10-27 19:56:29 +0300
committerPrayz Jomba2021-10-27 19:56:29 +0300
commit02f323c1f0ee2e9f95e7484be2b2da8b1230dff2 (patch)
treed54a6d508f5f5a6fd2441393292451e9c1f9e2c9
parentbbcad45044cfc02936cbd45b9dd59a04c865dfe0 (diff)
downloadaur-02f323c1f0ee2e9f95e7484be2b2da8b1230dff2.tar.gz
fixing p1
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8daebca3ed..13fe2b14100d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ywatch-git
pkgdesc = Watch youtube videos with mpv while saving the video to disk.
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/prayzjomba/ywatch.git
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cd54a7a7da42..1bee29f930d5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Prayz Jomba <prayzjomba@protonmail.com>
pkgname=ywatch-git
pkgver=0.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Watch youtube videos with mpv while saving the video to disk."
arch=(any)
url="https://github.com/prayzjomba/ywatch.git"
@@ -14,10 +14,9 @@ changelog=
source=("$pkgname"::"git+$url#branch=$pkgver")
md5sums=('SKIP')
-
pkgver() {
cd "$pkgname"
- printf "0.6.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}