summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalTeam2020-08-09 22:18:47 +0100
committerTheCynicalTeam2020-08-09 22:18:47 +0100
commit15bd2c19eb20fc836dbf763408314a0c1fe21fd9 (patch)
tree57cc1bbc4dfa9b2cb4ad4fc80ff096a2459853d4
parentcf249b2d06d57dd164c7b68ad3905e0f4c1b3844 (diff)
downloadaur-15bd2c19eb20fc836dbf763408314a0c1fe21fd9.tar.gz
static releases
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d12944ab03b..76e104c61793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = i3session
depends = python-i3-py
depends = i3-wm
depends = xorg-xprop
- source = git://github.com/TheCynicalTeam/i3session.git
- md5sums = SKIP
+ source = https://github.com/TheCynicalTeam/i3session/archive/2020.6.27-1.tar.gz
+ sha256sums = SKIP
pkgname = i3session
diff --git a/PKGBUILD b/PKGBUILD
index b8fe93872497..64959787083c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ url="https://github.com/TheCynicalTeam/$pkgname"
license=('GNU General Public License v3.0')
depends=(python2-xdg python-i3-py i3-wm xorg-xprop)
makedepends=('git')
-source=("git://github.com/TheCynicalTeam/$pkgname.git")
-md5sums=('SKIP')
+source=("https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
+sha256sums=('SKIP')
package() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver-$pkgrel"
sed -i '1 s:/python:/env python2:' "$pkgname"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
}