aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coquelet2019-08-16 14:13:34 +0200
committerChristophe Coquelet2019-08-16 14:13:34 +0200
commit370f47ced2982bacb2c2a9ebd8d3753d15b679cd (patch)
tree732e79a1257eca537d2a817d8fb48e583e269266
parent0ab66b30ae2d76e393d4094e3b9dd40c078aafad (diff)
downloadaur-370f47ced2982bacb2c2a9ebd8d3753d15b679cd.tar.gz
Boulou
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06499a5fa7fa..50f57c0d052f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rofi-autorandr
pkgdesc = Autorandr integration for rofi
pkgver = 1.0.5
- pkgrel = 3
+ pkgrel = 0
url = https://github.com/pawndev/rofi-autorandr
arch = x86_64
license = MIT
depends = rofi
depends = autorandr
- source = rofi-autorandr::https://github.com/pawndev/rofi-autorandr/archive/1.0.5.tar.gz
+ source = rofi-autorandr-1.0.5.tar.gz::https://github.com/pawndev/rofi-autorandr/archive/1.0.5.tar.gz
md5sums = 4f9cfbcc029192881a497d7d063730e8
pkgname = rofi-autorandr
diff --git a/PKGBUILD b/PKGBUILD
index 9e54307d9553..3a251eca86ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=rofi-autorandr
pkgver=1.0.5
-pkgrel=3
+pkgrel=0
pkgdesc="Autorandr integration for rofi"
arch=('x86_64')
url="https://github.com/pawndev/rofi-autorandr"
license=('MIT')
depends=('rofi' 'autorandr')
optdepends=()
-source=("${pkgname}::https://github.com/pawndev/rofi-autorandr/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pawndev/rofi-autorandr/archive/${pkgver}.tar.gz")
package() {
install -Dm 755 "$srcdir/$pkgname-$pkgver/rofi-autorandr.sh" "$pkgdir/usr/bin/rofi-autorandr"