summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush2017-12-13 11:12:05 +0530
committerAyush2017-12-13 11:26:42 +0530
commitc6a2ff6d832e515cd327a1a1fd11fc5a9873ad01 (patch)
tree1c20ee393c29a97db9c0c6339e1752b4498ec8dd
parent3f35ce7d78745c4835cd51f17c92f26ee951025b (diff)
downloadaur-c6a2ff6d832e515cd327a1a1fd11fc5a9873ad01.tar.gz
init
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac14483ec1f..c453de6e339a 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = shotpy
pkgdesc = Python script to upload pictures or screenshots to Imgur.
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
- url = https://github.com/AyushBhat/shotpy
+ url = https://github.com/0xBAAAAAAD/shotpy
install = shotpy.install
arch = any
license = GPL
@@ -15,7 +15,7 @@ pkgbase = shotpy
optdepends = libnotify: for desktop notifications
optdepends = scrot: for making screenshots
optdepends = xclip: for copying screenshot URLs to clipboard
- source = git+https://github.com/AyushBhat/shotpy.git
+ source = git+https://github.com/0xBAAAAAAD/shotpy.git
source = shotpy.desktop
source = shotpy.png
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9da7b060b0b0..90794c1cc488 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: 0xBAAAAAAD <tfeayush@gmail.com>
pkgname=shotpy
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Python script to upload pictures or screenshots to Imgur."
arch=('any')
-url="https://github.com/AyushBhat/shotpy"
+url="https://github.com/0xBAAAAAAD/shotpy"
license=('GPL')
depends=('curl' 'grep' 'scrot' 'python>=3.6' 'libnotify' 'xclip')
optdepends=('libnotify: for desktop notifications'
'scrot: for making screenshots'
'xclip: for copying screenshot URLs to clipboard')
install='shotpy.install'
-source=('git+https://github.com/AyushBhat/shotpy.git'
+source=('git+https://github.com/0xBAAAAAAD/shotpy.git'
'shotpy.desktop'
'shotpy.png')
md5sums=('SKIP'