summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2020-06-19 15:07:57 +0300
committerDmitry Porunov2020-06-19 15:07:57 +0300
commitc93f5cb4d704cd484d5bf161dd3371bc7204687e (patch)
tree69554f2811f165592e84a21468607d663b4b08a5
parent3fcb393e6977376cc0bb0b31ee329016d7b7e383 (diff)
downloadaur-c93f5cb4d704cd484d5bf161dd3371bc7204687e.tar.gz
Fix source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa750eb29b63..1657db4952f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = posy-cursors
url = https://git.synh.me/dmitry/posy-cursors
arch = any
license = unknown
- source = posy-cursors-3.7.tar.gz::https://git.synh.me/dmitry/posy-cursors/-/archive/master/posy-cursors-master.tar.gz?path=themes
- sha256sums = 72fd1ebb2c55864e6c598e96f5dffac6ac68cf8f4b7bb164d62a3ac369acb419
+ source = posy-cursors-3.7.tar.gz::https://git.synh.me/dmitry/posy-cursors/-/archive/v3.7/posy-cursors-v3.7.tar.gz?path=themes
+ sha256sums = 3c4b7e4293143057e7a5a90b63bebee9c785ca4552e5dddbf538b8322036d471
pkgname = posy-cursors
diff --git a/PKGBUILD b/PKGBUILD
index b988b3e96967..830087d366ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=posy-cursors
pkgver=3.7
-pkgrel=2
+pkgrel=3
pkgdesc="Port of Posy's improved cursors"
arch=(any)
url="https://git.synh.me/dmitry/posy-cursors"
license=(unknown)
-source=("$pkgname-$pkgver.tar.gz::https://git.synh.me/dmitry/posy-cursors/-/archive/master/posy-cursors-master.tar.gz?path=themes")
+source=("$pkgname-$pkgver.tar.gz::https://git.synh.me/dmitry/posy-cursors/-/archive/v3.7/posy-cursors-v3.7.tar.gz?path=themes")
-sha256sums=('72fd1ebb2c55864e6c598e96f5dffac6ac68cf8f4b7bb164d62a3ac369acb419')
+sha256sums=('3c4b7e4293143057e7a5a90b63bebee9c785ca4552e5dddbf538b8322036d471')
package() {
- cd cursorsPosy-v$pkgver-themes/themes
+ cd posy-cursors-v$pkgver-themes/themes
install -Ddm755 "$pkgdir/usr/share/icons"
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"